Skip to content

Commit

Permalink
Crucial Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesbuchholz committed Mar 7, 2021
1 parent befcb81 commit 40fe6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Screens/GameScreenClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def ticker(self):
round(self._interval, 4),
round(update - start, 4)))
# print("Sleep length:", self._interval - (update - start))
self.notify_players()
# self.notify_players()
sleep(max([0, self._interval - (update - start)]))
# end = default_timer()
# print("Tick length:", end - start, "\n==============")
Expand Down

0 comments on commit 40fe6f0

Please sign in to comment.