1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-28 13:09:14 +00:00

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();