Skip to content

Commit

Permalink
Merge pull request #2470 from gamerbross/bugfix/freeplay-exiting-active
Browse files Browse the repository at this point in the history
Fixed doing actions when exiting Freeplay menu
  • Loading branch information
ninjamuffin99 authored May 14, 2024
2 parents 3be1056 + 090e4fc commit 20810d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/funkin/ui/freeplay/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ class FreeplayState extends MusicBeatSubState

if (controls.BACK)
{
busy = true;
FlxTween.globalManager.clear();
FlxTimer.globalManager.clear();
dj.onIntroDone.removeAll();
Expand Down

0 comments on commit 20810d4

Please sign in to comment.