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

Merge pull request #2470 from gamerbross/bugfix/freeplay-exiting-active

Fixed doing actions when exiting Freeplay menu
This commit is contained in:
Cameron Taylor 2024-05-13 21:30:49 -04:00 committed by GitHub
commit 20810d4787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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