From 748fc66ef10591fb0cf3c82d6838561bf48ac197 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 18 Jul 2014 13:19:24 +0100 Subject: [PATCH] reduce avatar hover in basic ode plugin --- OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 319f6ab884..86735de282 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs @@ -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