Merge branch 'bugfix/freeplay-exiting-active' into public-release/develop

This commit is contained in:
Cameron Taylor 2024-05-13 21:30:02 -04:00
commit 0428482d04
1 changed files with 1 additions and 0 deletions

View File

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