Reinstate sleeping because less CPU is preferred over reporting accuracy.

Who needs accurate collisions when the sim lags and crashes?
avinationmerge
Melanie 2012-07-14 09:13:27 +02:00
parent 72e2b94094
commit 95f2d86549
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}