From 6ddc735445b4b84268808ee2e896aee73eefbf12 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 11 Jan 2023 00:42:03 -0500 Subject: [PATCH] 2hot stuff in progress wahoo --- source/funkin/ui/debug/DebugMenuSubState.hx | 1 + 1 file changed, 1 insertion(+) 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'); }