This commit is contained in:
p57492168 2022-07-04 14:15:52 +08:00
parent bb7460129b
commit 285b686858
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class SeaEnvEngine(object):
else:
self.ship_body[ship_id].velocity = 0.0 * driving_direction
# Update the screen
# Update
if self.draw_screen:
# self.screen.fill(THECOLORS["black"])
self.screen.blit(self.ss_img, (0, 0))