set default LinksetPhysPrims to 0 so max number of prims for physical
object is disabledavinationmerge
parent
d00aa403e0
commit
17154fbffa
|
@ -208,7 +208,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
/// Max prims an Physical object will hold
|
||||
/// </summary>
|
||||
///
|
||||
public int m_linksetPhysCapacity = 5;
|
||||
public int m_linksetPhysCapacity = 0;
|
||||
|
||||
public bool m_clampPrimSize;
|
||||
public bool m_trustBinaries;
|
||||
|
|
Loading…
Reference in New Issue