mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Make WIDGETS_END constexpr
This commit is contained in:
@@ -965,7 +965,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
}
|
||||
}
|
||||
|
||||
widgetList.push_back({ WIDGETS_END });
|
||||
widgetList.push_back(WIDGETS_END);
|
||||
widgets = widgetList.data();
|
||||
|
||||
WindowInitScrollWidgets(this);
|
||||
|
||||
Reference in New Issue
Block a user