aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-06-28 00:20:09 +0100
committerJustin Clark-Casey2014-08-02 00:50:02 +0100
commitcf8b6efaf2c5a24401b7d5fbddeec26ac931741b (patch)
tree026f08eb8f1329ce534677cdcdda8064d3114908
parentminor: change allow script crossings default in code to true in order to matc... (diff)
downloadopensim-SC_OLD-cf8b6efaf2c5a24401b7d5fbddeec26ac931741b.zip
opensim-SC_OLD-cf8b6efaf2c5a24401b7d5fbddeec26ac931741b.tar.gz
opensim-SC_OLD-cf8b6efaf2c5a24401b7d5fbddeec26ac931741b.tar.bz2
opensim-SC_OLD-cf8b6efaf2c5a24401b7d5fbddeec26ac931741b.tar.xz
minor: Change default max phys prim size in code to match OpenSimDefaults.ini
-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