1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-29 02:04:28 +00:00

funny optimize

This commit is contained in:
Cameron Taylor 2021-12-06 21:36:44 -05:00
parent ef0db547b7
commit 652a2c0ead

View file

@ -161,7 +161,9 @@ class PauseSubState extends MusicBeatSubstate
PlayState.storyDifficulty = curSelected;
FlxG.resetState();
PlayState.needsReset = true;
close();
case 'Toggle Practice Mode':
PlayState.practiceMode = !PlayState.practiceMode;