diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ void DrawGame() { for (int i = 0; i < MAX_ENTITY_COUNT; i++) { DebugHighlights(&game.entities[i]); } + + DrawFPS(10, 10); } #endif |