mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
funny optimize
This commit is contained in:
parent
ef0db547b7
commit
652a2c0ead
1 changed files with 3 additions and 1 deletions
|
@ -161,7 +161,9 @@ class PauseSubState extends MusicBeatSubstate
|
||||||
|
|
||||||
PlayState.storyDifficulty = curSelected;
|
PlayState.storyDifficulty = curSelected;
|
||||||
|
|
||||||
FlxG.resetState();
|
PlayState.needsReset = true;
|
||||||
|
|
||||||
|
close();
|
||||||
|
|
||||||
case 'Toggle Practice Mode':
|
case 'Toggle Practice Mode':
|
||||||
PlayState.practiceMode = !PlayState.practiceMode;
|
PlayState.practiceMode = !PlayState.practiceMode;
|
||||||
|
|
Loading…
Reference in a new issue