1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Fix rebase

This commit is contained in:
ζeh Matt
2024-03-05 10:34:03 +02:00
parent ae0af55a99
commit a1304ef147

View File

@@ -879,7 +879,7 @@ static void ViewportRotateSingleInternal(WindowBase& w, int32_t direction)
}
w.Invalidate();
WindowEventViewportRotateCall(&w);
w.OnViewportRotate();
}
void ViewportRotateSingle(WindowBase* window, int32_t direction)