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

Create ZoomLevel struct to add two new zoom levels

This commit is contained in:
Ted John
2020-02-20 00:18:05 +00:00
parent 411f242cfd
commit cd7324262d

View File

@@ -138,7 +138,7 @@ public:
static constexpr ZoomLevel min()
{
return 0;
return -2;
}
static constexpr ZoomLevel max()