From 803c0bd3f85d81e84731d0bd3da2c0cb91fc0f88 Mon Sep 17 00:00:00 2001 From: CharlesCatYT <62410083+CharlesCatYT@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:56:02 +0000 Subject: [PATCH] idk --- source/funkin/ui/debug/DebugMenuSubState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/debug/DebugMenuSubState.hx b/source/funkin/ui/debug/DebugMenuSubState.hx index f8b1be9d2d..d690988934 100644 --- a/source/funkin/ui/debug/DebugMenuSubState.hx +++ b/source/funkin/ui/debug/DebugMenuSubState.hx @@ -58,7 +58,7 @@ class DebugMenuSubState extends MusicBeatSubState // createItem("Input Offset Testing", openInputOffsetTesting); createItem("ANIMATION EDITOR", openAnimationEditor); // createItem("STAGE EDITOR", openStageEditor); - // createItem("TEST STICKERS", testStickers); + createItem("TEST STICKERS", testStickers); #if sys createItem("OPEN CRASH LOG FOLDER", openLogFolder); #end