mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
minor: Change default max phys prim size in code to match OpenSimDefaults.ini
This commit is contained in:
@@ -192,7 +192,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// Maximum value of the size of a physical prim in each axis
|
||||
/// </summary>
|
||||
public float m_maxPhys = 10;
|
||||
public float m_maxPhys = 64;
|
||||
|
||||
/// <summary>
|
||||
/// Max prims an object will hold
|
||||
|
||||
Reference in New Issue
Block a user