Skip to content

Commit

Permalink
Critical bugfix for random crashes on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikogenia committed Feb 29, 2024
1 parent eb32774 commit 1752b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion window/scenes/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def update(self) -> None:
if not self.window.main.game_manager.running_game:
if self.reset:
self.window.main.user_manager.current = ""
self.window.main.game_manager.current = None
self.window.change_scene("idle", transition_duration=12, transition_pause=7)
else:
self.window.change_scene("rating", transition_duration=12, transition_pause=7)
Expand Down

0 comments on commit 1752b73

Please sign in to comment.