Skip to content

Commit

Permalink
Update PauseSubState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Aug 6, 2023
1 parent 4498bdf commit 998c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/substate/PauseSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class PauseSubState extends MusicBeatSubstate
PlayState.changedDifficulty = false;
PlayState.chartingMode = false;
case "Exit Game":
FlxG.switchState(new GameExitState());
MusicBeatState.switchState(new GameExitState());
}
return;
}
Expand Down

0 comments on commit 998c440

Please sign in to comment.