mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Create ZoomLevel struct to add two new zoom levels
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRCT2::Ui
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
void SetMainView(const ScreenCoordsXY& viewPos, int32_t zoom, int32_t rotation) override
|
||||
void SetMainView(const ScreenCoordsXY& viewPos, ZoomLevel zoom, int32_t rotation) override
|
||||
{
|
||||
}
|
||||
void UpdateMouseWheel() override
|
||||
|
||||
Reference in New Issue
Block a user