1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-21 14:23:00 +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:
Cameron Taylor 2024-09-20 16:52:02 -04:00 committed by GitHub
commit 4946e7f4c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,8 +118,6 @@ class Main extends Sprite
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
#end
addChild(fpsCounter);
#if hxcpp_debug_server
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
#else