diff --git a/source/funkin/ui/debug/DebugMenuSubState.hx b/source/funkin/ui/debug/DebugMenuSubState.hx index 404bf6f67..87977c85b 100644 --- a/source/funkin/ui/debug/DebugMenuSubState.hx +++ b/source/funkin/ui/debug/DebugMenuSubState.hx @@ -21,7 +21,9 @@ class DebugMenuSubState extends MusicBeatSubState override function create():Void { + FlxTransitionableState.skipNextTransIn = true; super.create(); + bgColor = 0x00000000; // Create an object for the camera to track.