Revert change because i forgot to do it in a new branch oriignally lol

This commit is contained in:
nebulazorua 2024-05-08 20:30:47 +08:00
parent 2eaea3cdc5
commit 4b500f78e1

View file

@ -2554,13 +2554,6 @@ class PlayState extends MusicBeatSubState
// Redirect to the chart editor playing the current song.
if (controls.DEBUG_CHART)
{
if (isChartingMode)
{
if (FlxG.sound.music != null) FlxG.sound.music.pause(); // Don't reset song position!
this.close(); // This only works because PlayState is a substate!
}
else
{
disableKeys = true;
persistentUpdate = false;
@ -2569,7 +2562,6 @@ class PlayState extends MusicBeatSubState
targetSongId: currentSong.id,
}));
}
}
#end
#if (debug || FORCE_DEBUG_VERSION)