We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a702040 commit 302beb2Copy full SHA for 302beb2
source/funkin/ui/freeplay/FreeplayState.hx
@@ -2980,6 +2980,8 @@ class FreeplayState extends MusicBeatSubState
2980
2981
clearPreviews();
2982
2983
+ if (FlxG.sound.music != null) FlxG.sound.music.stop();
2984
+
2985
if (curSelected == 0)
2986
{
2987
FunkinSound.playMusic('freeplayRandom',
@@ -3054,8 +3056,6 @@ class FreeplayState extends MusicBeatSubState
3054
3056
}
3055
3057
3058
previewTimers = [];
-
- if (FlxG.sound.music != null) FlxG.sound.music.stop();
3059
3060
3061
public function switchBackingImage(?freeplaySongData:FreeplaySongData):Void
0 commit comments