minor: Change default max phys prim size in code to match OpenSimDefaults.ini
parent
cd031d129a
commit
fe6dab7f13
|
@ -192,7 +192,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Maximum value of the size of a physical prim in each axis
|
/// Maximum value of the size of a physical prim in each axis
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public float m_maxPhys = 10;
|
public float m_maxPhys = 64;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Max prims an object will hold
|
/// Max prims an object will hold
|
||||||
|
|
Loading…
Reference in New Issue