Fix build issue on release builds.

This commit is contained in:
EliteMasterEric 2024-04-29 18:31:20 -04:00
parent ea61c19aa5
commit 3786b0a23a
1 changed files with 2 additions and 0 deletions

View File

@ -113,7 +113,9 @@ class Main extends Sprite
addChild(game);
#if debug
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
#end
addChild(fpsCounter);