diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:17 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:17 -0400 |
commit | 6a728a46d837384074228959d6330ba29e03aee0 (patch) | |
tree | 9a4deef7aea5c6b936eebdb01d8538744030d116 /main.cpp | |
parent | afa34b3140979874d46a362e83dc0d1eebd137eb (diff) |
arena/page fixes
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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() { |