forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
2d7c8cf245
commit
2d75a52ef9
|
@ -364,7 +364,7 @@ class SeaEnvEngine(object):
|
|||
else:
|
||||
self.ship_body[ship_id].velocity = 0.0 * driving_direction
|
||||
|
||||
# Update the screen and stuff.
|
||||
# Update the screen and stuff
|
||||
if self.draw_screen:
|
||||
# self.screen.fill(THECOLORS["black"])
|
||||
self.screen.blit(self.ss_img, (0, 0))
|
||||
|
|
Loading…
Reference in New Issue