This commit is contained in:
Kade M
2021-06-21 01:17:23 -07:00
parent ed5d48567a
commit b88a777e71
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class Main extends Sprite
game = new FlxGame(gameWidth, gameHeight, initialState, zoom, framerate, framerate, skipSplash, startFullscreen);
addChild(game);
#if !mobile
fpsCounter = new FPS(10, 3, 0xFFFFFF);
addChild(fpsCounter);