diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Constants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs index 9eca152..1a4e08b 100644 --- a/OpenSim/Framework/Constants.cs +++ b/OpenSim/Framework/Constants.cs | |||
@@ -35,5 +35,6 @@ namespace OpenSim.Framework | |||
35 | public class Constants | 35 | public class Constants |
36 | { | 36 | { |
37 | public const uint RegionSize = 256; | 37 | public const uint RegionSize = 256; |
38 | public const byte TerrainPatchSize = 16; | ||
38 | } | 39 | } |
39 | } | 40 | } |