Reinstate sleeping because less CPU is preferred over reporting accuracy.
Who needs accurate collisions when the sim lags and crashes?avinationmerge
parent
72e2b94094
commit
95f2d86549
|
@ -1355,7 +1355,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
|||
{
|
||||
if (!prm.m_outbounds)
|
||||
{
|
||||
// if (d.BodyIsEnabled(prm.Body))
|
||||
if (d.BodyIsEnabled(prm.Body))
|
||||
d.SpaceCollide2(StaticSpace, prm.collide_geom, IntPtr.Zero, nearCallback);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue