mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Remove snake_case in interface folder
This commit is contained in:
@@ -803,7 +803,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
auto wheight = viewportWidget->height() - 1;
|
||||
if (viewport == nullptr)
|
||||
{
|
||||
viewport_create(this, { left, top }, wwidth, wheight, Focus(CoordsXYZ(0, 0, 0)));
|
||||
ViewportCreate(this, { left, top }, wwidth, wheight, Focus(CoordsXYZ(0, 0, 0)));
|
||||
flags |= WF_NO_SCROLLING;
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user