Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jan 2, 2021
2 parents ecb8e06 + a787138 commit bc4465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ class PlayState extends MusicBeatState
function endSong():Void
{
canPause = false;

FlxG.sound.music = new FlxSound();
if (SONG.validScore)
{
#if !switch
Expand Down

0 comments on commit bc4465d

Please sign in to comment.