1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Remove snake_case from first chunk of Drawing (#19164)

* Remove snake_case from first chunk of Drawing

* Address formatting
This commit is contained in:
Duncan
2023-01-16 13:50:43 +00:00
committed by GitHub
parent 0d8924c6b0
commit 8a8d3105f3
102 changed files with 514 additions and 520 deletions

View File

@@ -25,7 +25,7 @@ void rct_window::ScrollToViewport()
void rct_window::Invalidate()
{
gfx_set_dirty_blocks({ windowPos, windowPos + ScreenCoordsXY{ width, height } });
GfxSetDirtyBlocks({ windowPos, windowPos + ScreenCoordsXY{ width, height } });
}
void rct_window::RemoveViewport()