mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-09 13:47:25 +00:00
Fix build issue on release builds.
This commit is contained in:
parent
ea61c19aa5
commit
3786b0a23a
|
@ -113,7 +113,9 @@ class Main extends Sprite
|
|||
|
||||
addChild(game);
|
||||
|
||||
#if debug
|
||||
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
|
||||
#end
|
||||
|
||||
addChild(fpsCounter);
|
||||
|
||||
|
|
Loading…
Reference in a new issue