This commit is contained in:
Cameron Taylor 2021-01-02 13:38:17 -05:00
commit 9f84996ed6
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState
function endSong():Void function endSong():Void
{ {
canPause = false; canPause = false;
FlxG.sound.music = new FlxSound();
if (SONG.validScore) if (SONG.validScore)
{ {
#if !switch #if !switch