aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2014-07-18 13:19:24 +0100
committerUbitUmarov2014-07-18 13:19:24 +0100
commit748fc66ef10591fb0cf3c82d6838561bf48ac197 (patch)
treea387f904e997b5e3497405d1cf85ee0b1b4de552 /OpenSim/Region
parentfix Xengine script instance load (diff)
downloadopensim-SC_OLD-748fc66ef10591fb0cf3c82d6838561bf48ac197.zip
opensim-SC_OLD-748fc66ef10591fb0cf3c82d6838561bf48ac197.tar.gz
opensim-SC_OLD-748fc66ef10591fb0cf3c82d6838561bf48ac197.tar.bz2
opensim-SC_OLD-748fc66ef10591fb0cf3c82d6838561bf48ac197.tar.xz
reduce avatar hover in basic ode plugin
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index 319f6ab..86735de 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -500,7 +500,7 @@ namespace OpenSim.Region.Physics.OdePlugin
500 { 500 {
501 m_pidControllerActive = true; 501 m_pidControllerActive = true;
502 502
503 m_tainted_CAPSULE_LENGTH = (size.Z * 1.15f) - CAPSULE_RADIUS * 2.0f; 503 m_tainted_CAPSULE_LENGTH = (size.Z) - CAPSULE_RADIUS * 2.0f;
504// m_log.Info("[ODE CHARACTER]: " + CAPSULE_LENGTH); 504// m_log.Info("[ODE CHARACTER]: " + CAPSULE_LENGTH);
505 } 505 }
506 else 506 else