diff options
author | Justin Clark-Casey (justincc) | 2014-06-28 00:20:09 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-06-28 00:20:09 +0100 |
commit | fe6dab7f134ddcadb1c23e35201d32182ab5257b (patch) | |
tree | d9d29309df100fbc8e2748f965e84236186ae755 /OpenSim/Region | |
parent | minor: change allow script crossings default in code to true in order to matc... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
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 |