From bc0af9ae9ffd0c0b1eb9ee1aa24e358ed7fd15b6 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sun, 14 Apr 2024 03:01:07 -0400 Subject: [PATCH] temp enabling fps --- source/Main.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Main.hx b/source/Main.hx index f4c5d9eb2..7037bf390 100644 --- a/source/Main.hx +++ b/source/Main.hx @@ -113,6 +113,8 @@ class Main extends Sprite addChild(game); + addChild(fpsCounter); + #if hxcpp_debug_server trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.'); #else