mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-28 09:04:24 +00:00
Merge pull request #765 from FunkinCrew/lethrial/fps-counter-bugfix
[PUBLIC PR] Fix bug where FPS counter would display even if Debug Display option was disabled
This commit is contained in:
commit
4946e7f4c7
|
@ -118,8 +118,6 @@ class Main extends Sprite
|
||||||
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
|
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
|
||||||
#end
|
#end
|
||||||
|
|
||||||
addChild(fpsCounter);
|
|
||||||
|
|
||||||
#if hxcpp_debug_server
|
#if hxcpp_debug_server
|
||||||
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
|
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue