修改注释

This commit is contained in:
p57492168 2022-06-22 23:09:11 +08:00
parent 72b451b8ee
commit b202642c23
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ class SeaEnvEngine(object):
self.space = pymunk.Space()
self.space.gravity = pymunk.Vec2d(0., 0.)
# self.create_bounds(window_height, window_width)
self.finished_idx = None
self.init_ships = init_ships
self.battery_capacity = None