From 2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 22:32:02 +1000 Subject: Upgrade sim height. --- OpenSim/Framework/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs index 209c991..a79b7d8 100644 --- a/OpenSim/Framework/Constants.cs +++ b/OpenSim/Framework/Constants.cs @@ -34,7 +34,7 @@ namespace OpenSim.Framework // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not // be the legacy region size. public const uint RegionSize = 256; - public const uint RegionHeight = 4096; + public const uint RegionHeight = 16384; // This could be a parameters but, really, a region of greater than this is pretty unmanageable public const uint MaximumRegionSize = 8192; -- cgit v1.1