diff options
author | onefang | 2019-05-19 22:32:02 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:32:02 +1000 |
commit | 2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175 (patch) | |
tree | f6a320a5a2b2655a86ec009e68c7a4a361685ed0 | |
parent | Merge Warp3DCachedImageModule from Christopher Latza. (diff) | |
download | opensim-SC_OLD-2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175.zip opensim-SC_OLD-2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175.tar.gz opensim-SC_OLD-2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175.tar.bz2 opensim-SC_OLD-2e6f2ff2fe4a6203e52f9ca63e34b2ea9a45b175.tar.xz |
Upgrade sim height.
-rw-r--r-- | OpenSim/Framework/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
34 | // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not | 34 | // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not |
35 | // be the legacy region size. | 35 | // be the legacy region size. |
36 | public const uint RegionSize = 256; | 36 | public const uint RegionSize = 256; |
37 | public const uint RegionHeight = 4096; | 37 | public const uint RegionHeight = 16384; |
38 | // This could be a parameters but, really, a region of greater than this is pretty unmanageable | 38 | // This could be a parameters but, really, a region of greater than this is pretty unmanageable |
39 | public const uint MaximumRegionSize = 8192; | 39 | public const uint MaximumRegionSize = 8192; |
40 | 40 | ||