aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 4db0579..ba60fdd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -288,10 +288,11 @@ void mainLoop(void){
debugDiv=0;
fps = 1000 / game::time::getDeltaTime();
- if (!(debugDiv % 10))
- debugY = player->loc.y;
+ debugY = player->loc.y;
}
}
+
+ SDL_Delay(1);
}
void render() {