From 57c366e98324a1bef0865e43682c308fd087b865 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 9 Apr 2023 23:04:27 +0200 Subject: [PATCH] Fix rebase error --- src/openrct2-ui/windows/EditorObjectiveOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2-ui/windows/EditorObjectiveOptions.cpp b/src/openrct2-ui/windows/EditorObjectiveOptions.cpp index dd4e232b83..42e993dc44 100644 --- a/src/openrct2-ui/windows/EditorObjectiveOptions.cpp +++ b/src/openrct2-ui/windows/EditorObjectiveOptions.cpp @@ -262,7 +262,7 @@ public: { if (page == WINDOW_EDITOR_OBJECTIVE_OPTIONS_PAGE_RIDES) { - OnScrollDrawRides(&dpi, scrollIndex); + OnScrollDrawRides(dpi, scrollIndex); } }