1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00
This commit is contained in:
zsilencer
2015-10-03 13:22:28 -06:00
parent 6228c782da
commit 7aebdcd534

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++;