aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-06-28 00:20:09 +0100
committerJustin Clark-Casey (justincc)2014-06-28 00:20:09 +0100
commitfe6dab7f134ddcadb1c23e35201d32182ab5257b (patch)
treed9d29309df100fbc8e2748f965e84236186ae755 /OpenSim/Region/Framework
parentminor: change allow script crossings default in code to true in order to matc... (diff)
downloadopensim-SC_OLD-fe6dab7f134ddcadb1c23e35201d32182ab5257b.zip
opensim-SC_OLD-fe6dab7f134ddcadb1c23e35201d32182ab5257b.tar.gz
opensim-SC_OLD-fe6dab7f134ddcadb1c23e35201d32182ab5257b.tar.bz2
opensim-SC_OLD-fe6dab7f134ddcadb1c23e35201d32182ab5257b.tar.xz
minor: Change default max phys prim size in code to match OpenSimDefaults.ini
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index c901948..ca42d5b 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -192,7 +192,7 @@ namespace OpenSim.Region.Framework.Scenes
192 /// <summary> 192 /// <summary>
193 /// Maximum value of the size of a physical prim in each axis 193 /// Maximum value of the size of a physical prim in each axis
194 /// </summary> 194 /// </summary>
195 public float m_maxPhys = 10; 195 public float m_maxPhys = 64;
196 196
197 /// <summary> 197 /// <summary>
198 /// Max prims an object will hold 198 /// Max prims an object will hold