Skip to content

Commit

Permalink
fix: Make sure pause menu closes after a menu map change (#1012)
Browse files Browse the repository at this point in the history
Fixes #1010
  • Loading branch information
MaxCWhitehead authored Aug 1, 2024
1 parent 04f39f1 commit 3f31477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/pause_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ fn pause_menu_system(
session_runner: Box::<JumpyDefaultMatchRunner>::default(),
score: default(),
});
pause_menu.menu_open = false;
}

if close_pause_menu {
Expand Down

0 comments on commit 3f31477

Please sign in to comment.