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

Update min zoom

This commit is contained in:
Ted John
2020-03-14 09:29:17 +00:00
parent 0e539fffe0
commit c93edb9749

View File

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