summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-03-15 18:46:34 +0000
committer0undefined <oscar@nelin.dk>2025-03-15 19:07:01 +0000
commitc77c38324eb5824aa802ad0d3177bf5a90d7da64 (patch)
tree14e46665df3ebd0f6ec537a25ec99dbcc9693f4e /src
parent193e891da4a0d65bedba5f92c85dff4b7772860a (diff)
Convert dt µs to s
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4a28bdb..e74f41e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -10,7 +10,7 @@ int main(void) {
1.f, 0,
MEMORY_SIZE);
- //engine_fps_max(p, 300);
+ //engine_fps_max(p, 10);
engine_run(p, STATE_mainstate, NULL);
engine_stop(p);
}