aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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