1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Refactor window_invalidate to use rct_window::Invalidate

This commit is contained in:
Matt
2019-06-15 17:20:16 +02:00
parent 2053ecb688
commit cc6321048f
66 changed files with 501 additions and 499 deletions

View File

@@ -170,7 +170,7 @@ rct_window* window_create(
w->viewport_smart_follow_sprite = SPRITE_INDEX_NULL;
colour_scheme_update(w);
window_invalidate(w);
w->Invalidate();
return w;
}