summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7b1ba6e..997151f 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@
* Things To Do
-** TODO Game loop
+** DONE Game loop
Provide a game loop structure that responds to input events,
updates the game state, renders the scene. Use a fixed update
timestep and cap the maximum FPS.