1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Fix rebase error

This commit is contained in:
Gymnasiast
2023-04-09 23:04:27 +02:00
committed by duncanspumpkin
parent c3e5c83c92
commit 57c366e983

View File

@@ -262,7 +262,7 @@ public:
{
if (page == WINDOW_EDITOR_OBJECTIVE_OPTIONS_PAGE_RIDES)
{
OnScrollDrawRides(&dpi, scrollIndex);
OnScrollDrawRides(dpi, scrollIndex);
}
}