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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user