This commit is contained in:
p57492168 2022-07-02 11:12:51 +08:00
parent e465b5123f
commit 2d7c8cf245
1 changed files with 0 additions and 1 deletions

View File

@ -355,7 +355,6 @@ class SeaEnvEngine(object):
self.ship_body[ship_id].angle = process_angle(
self.ship_body[ship_id].angle)
# calculate velocity with direction
driving_direction = Vec2d(1, 0).rotated(
self.ship_body[ship_id].angle)