aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index ba60fdd..ac9eb5d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -290,6 +290,7 @@ void mainLoop(void){
fps = 1000 / game::time::getDeltaTime();
debugY = player->loc.y;
}
+ SDL_Delay(1);
}
SDL_Delay(1);