diff --git a/source/Main.hx b/source/Main.hx index cbfc3ac63..add5bbc67 100644 --- a/source/Main.hx +++ b/source/Main.hx @@ -113,7 +113,9 @@ class Main extends Sprite addChild(game); + #if debug game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil()); + #end addChild(fpsCounter);