This commit is contained in:
zsilencer 2015-10-03 13:22:28 -06:00
parent 6228c782da
commit 7aebdcd534
1 changed files with 2 additions and 1 deletions

View File

@ -354,6 +354,8 @@ static void openrct2_loop()
uncapTick = currentTick - 25 - 1;
}
platform_process_messages();
while (uncapTick <= currentTick && currentTick - uncapTick > 25) {
// Get the original position of each sprite
for (uint16 i = 0; i < MAX_SPRITES; i++) {
@ -391,7 +393,6 @@ static void openrct2_loop()
invalidate_sprite_2(&g_sprite_list[i]);
}
platform_process_messages();
rct2_draw();
platform_draw();
fps++;