diff options
-rw-r--r-- | gamestate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gamestate.cpp b/gamestate.cpp index e82a786..c6d12fd 100644 --- a/gamestate.cpp +++ b/gamestate.cpp | |||
@@ -213,6 +213,8 @@ State* PlayGameState::operator() (SDL_Renderer* renderer) | |||
213 | } | 213 | } |
214 | } | 214 | } |
215 | } | 215 | } |
216 | |||
217 | SDL_Delay(5); | ||
216 | } | 218 | } |
217 | } | 219 | } |
218 | 220 | ||