diff --git a/source/funkin/ui/debug/DebugMenuSubState.hx b/source/funkin/ui/debug/DebugMenuSubState.hx index 65b413f10..b7a3993d3 100644 --- a/source/funkin/ui/debug/DebugMenuSubState.hx +++ b/source/funkin/ui/debug/DebugMenuSubState.hx @@ -79,6 +79,7 @@ class DebugMenuSubState extends MusicBeatSubstate function openAnimationEditor() { + FlxG.switchState(new funkin.ui.animDebugShit.DebugBoundingState()); trace('Animation Editor'); }