Fix rebase error

This commit is contained in:
Gymnasiast 2023-04-09 23:04:27 +02:00 committed by duncanspumpkin
parent c3e5c83c92
commit 57c366e983
1 changed files with 1 additions and 1 deletions

View File

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