diff --git a/src/state.cpp b/src/state.cpp index 5ba283d..0cc00e1 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -168,6 +168,8 @@ void loop(State* self) self->lastUpdate = self->update; } + + SDL_Delay(STATE_DELAY_MIN); } }