diff options
| author | 0undefined <oscar@nelin.dk> | 2025-03-15 18:46:34 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-03-15 19:07:01 +0000 |
| commit | c77c38324eb5824aa802ad0d3177bf5a90d7da64 (patch) | |
| tree | 14e46665df3ebd0f6ec537a25ec99dbcc9693f4e /src | |
| parent | 193e891da4a0d65bedba5f92c85dff4b7772860a (diff) | |
Convert dt µs to s
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
