mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 12:23:36 +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);
|
addChild(game);
|
||||||
|
|
||||||
|
#if debug
|
||||||
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
|
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
|
||||||
|
#end
|
||||||
|
|
||||||
addChild(fpsCounter);
|
addChild(fpsCounter);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue