diff --git a/source/PlayState.hx b/source/PlayState.hx index 404a5d30c4..ecc6493161 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