Skip to content

Commit 4946e7f

Browse files
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
2 parents 8a9b1b4 + ea9dab4 commit 4946e7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/Main.hx

-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ class Main extends Sprite
118118
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
119119
#end
120120

121-
addChild(fpsCounter);
122-
123121
#if hxcpp_debug_server
124122
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
125123
#else

0 commit comments

Comments
 (0)