summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--gamestate.cpp2
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