Skip to content

Commit

Permalink
Readd removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffson committed Jul 28, 2024
1 parent d604905 commit 3bdda3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/ato/flightstate/navigating.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def progress(self) -> float:
# by zero error
if self.total_time_to_next_waypoint.total_seconds() < 1:
return 1.0

return (
self.elapsed_time.total_seconds()
/ self.total_time_to_next_waypoint.total_seconds()
Expand Down

0 comments on commit 3bdda3b

Please sign in to comment.