1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

reinstate all drawing and fix resize

This commit is contained in:
Ted John
2016-06-03 00:29:02 +01:00
parent 3da57d0865
commit 85557d169d
4 changed files with 14 additions and 9 deletions

View File

@@ -157,9 +157,9 @@ void window_update_all()
{
RCT2_GLOBAL(0x009E3CD8, sint32)++;
gfx_draw_all_dirty_blocks();
window_update_all_viewports();
gfx_draw_all_dirty_blocks();
// gfx_draw_all_dirty_blocks();
// window_update_all_viewports();
// gfx_draw_all_dirty_blocks();
// 1000 tick update
RCT2_GLOBAL(RCT2_ADDRESS_WINDOW_UPDATE_TICKS, sint16) += gTicksSinceLastUpdate;