From 6a728a46d837384074228959d6330ba29e03aee0 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 2 May 2016 08:49:17 -0400 Subject: arena/page fixes --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.cpp') 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() { -- cgit v1.2.3