Fixed doing actions when exiting Freeplay menu

This commit is contained in:
gamerbross 2024-05-12 02:42:02 +02:00
parent 34a6e16385
commit 090e4fc6e8

View file

@ -910,6 +910,7 @@ class FreeplayState extends MusicBeatSubState
if (controls.BACK)
{
busy = true;
FlxTween.globalManager.clear();
FlxTimer.globalManager.clear();
dj.onIntroDone.removeAll();