summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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