diff --git a/source/PlayState.hx b/source/PlayState.hx index a9162817..7c4f7121 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -6390,7 +6390,7 @@ class PlayState extends MusicBeatState else iconP2.animation.curAnim.curFrame = 0; } - + #if debug if (FlxG.keys.justPressed.EIGHT && !endingSong && !inCutscene) { persistentUpdate = false; @@ -6399,6 +6399,7 @@ class PlayState extends MusicBeatState CustomFadeTransition.nextCamera = camOther; MusicBeatState.switchState(new CharacterEditorState(SONG.player2)); } + #end if (startingSong) {