This commit is contained in:
p57492168 2022-07-02 11:13:50 +08:00
parent 2d7c8cf245
commit 2d75a52ef9
1 changed files with 1 additions and 1 deletions

View File

@ -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))