mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Revert change because i forgot to do it in a new branch oriignally lol
This commit is contained in:
parent
2eaea3cdc5
commit
4b500f78e1
1 changed files with 6 additions and 14 deletions
|
@ -2555,20 +2555,12 @@ class PlayState extends MusicBeatSubState
|
||||||
// Redirect to the chart editor playing the current song.
|
// Redirect to the chart editor playing the current song.
|
||||||
if (controls.DEBUG_CHART)
|
if (controls.DEBUG_CHART)
|
||||||
{
|
{
|
||||||
if (isChartingMode)
|
disableKeys = true;
|
||||||
{
|
persistentUpdate = false;
|
||||||
if (FlxG.sound.music != null) FlxG.sound.music.pause(); // Don't reset song position!
|
FlxG.switchState(() -> new ChartEditorState(
|
||||||
this.close(); // This only works because PlayState is a substate!
|
{
|
||||||
}
|
targetSongId: currentSong.id,
|
||||||
else
|
}));
|
||||||
{
|
|
||||||
disableKeys = true;
|
|
||||||
persistentUpdate = false;
|
|
||||||
FlxG.switchState(() -> new ChartEditorState(
|
|
||||||
{
|
|
||||||
targetSongId: currentSong.id,
|
|
||||||
}));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue