Skip to content

Commit

Permalink
the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Sep 11, 2024
1 parent 386241e commit 372032d
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 @@ -1495,7 +1495,7 @@ class PlayState extends MusicBeatState
vocals.stop();
FlxG.sound.music.stop();

FlxG.switchState(new GameOverState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y));
openSubState(new GameOverSubstate(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y));
}

if (unspawnNotes[0] != null)
Expand Down

0 comments on commit 372032d

Please sign in to comment.