1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-29 13:48:50 +00:00

Fix build issue on release builds.

This commit is contained in:
EliteMasterEric 2024-04-29 18:31:20 -04:00
parent ea61c19aa5
commit 3786b0a23a

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);