mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Cleanup from prev. commit
Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
This commit is contained in:
@@ -106,7 +106,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// Minimum value of the size of a non-physical prim in each axis
|
||||
/// </summary>
|
||||
public float m_minNonphys = 0.01f;
|
||||
public float m_minNonphys = 0.001f;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum value of the size of a non-physical prim in each axis
|
||||
@@ -116,7 +116,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// Minimum value of the size of a physical prim in each axis
|
||||
/// </summary>
|
||||
public float m_minPhys = 0.001f;
|
||||
public float m_minPhys = 0.01f;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum value of the size of a physical prim in each axis
|
||||
|
||||
Reference in New Issue
Block a user