mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Fixed doing actions when exiting Freeplay menu
This commit is contained in:
parent
34a6e16385
commit
090e4fc6e8
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ class FreeplayState extends MusicBeatSubState
|
|||
|
||||
if (controls.BACK)
|
||||
{
|
||||
busy = true;
|
||||
FlxTween.globalManager.clear();
|
||||
FlxTimer.globalManager.clear();
|
||||
dj.onIntroDone.removeAll();
|
||||
|
|
Loading…
Reference in a new issue