1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Change window functions to use lowerCamelCase

This commit is contained in:
Gymnasiast
2025-09-17 20:10:06 +02:00
parent d4a0bca091
commit 3a803e13e2
96 changed files with 4166 additions and 4239 deletions

View File

@@ -848,7 +848,7 @@ OpenRCT2::Widget* CustomListView::GetWidget() const
void CustomListView::Invalidate()
{
ParentWindow->Invalidate();
ParentWindow->invalidate();
}
#endif