diff --git a/source/PlayState.hx b/source/PlayState.hx index 404a5d30c..ecc649316 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState function endSong():Void { canPause = false; - + FlxG.sound.music = new FlxSound(); if (SONG.validScore) { #if !switch