reduce avatar hover in basic ode plugin

avinationmerge
UbitUmarov 2014-07-18 13:19:24 +01:00
parent d5e0437465
commit 748fc66ef1
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ namespace OpenSim.Region.Physics.OdePlugin
{
m_pidControllerActive = true;
m_tainted_CAPSULE_LENGTH = (size.Z * 1.15f) - CAPSULE_RADIUS * 2.0f;
m_tainted_CAPSULE_LENGTH = (size.Z) - CAPSULE_RADIUS * 2.0f;
// m_log.Info("[ODE CHARACTER]: " + CAPSULE_LENGTH);
}
else