SDL_Delay

This commit is contained in:
2025-08-15 12:36:14 -04:00
parent e721f89972
commit 76271dc6b8

View File

@@ -168,6 +168,8 @@ void loop(State* self)
self->lastUpdate = self->update; self->lastUpdate = self->update;
} }
SDL_Delay(STATE_DELAY_MIN);
} }
} }