summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-07-31 15:03:24 +0300
committerBoredGuy <osome3717@gmail.com>2025-07-31 15:03:24 +0300
commitaa15ed6f4c60e0e0693d4624e3554948078e9a88 (patch)
tree034ce51337bca93c807a0ec38c8172b6021a4e54
parente1a7c2e8c67430c8d978cce7f46049ef0f5c53f2 (diff)
Small Fixes
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 3df67df..05713e8 100644
--- a/src/game.c
+++ b/src/game.c
@@ -111,6 +111,8 @@ void DrawGame() {
for (int i = 0; i < MAX_ENTITY_COUNT; i++) {
DebugHighlights(&game.entities[i]);
}
+
+ DrawFPS(10, 10);
}
#endif