aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2014-10-04 08:46:46 +0100
committerUbitUmarov2014-10-04 08:46:46 +0100
commit44a42efa4b9e3263226e469f361a798b3b12ed8a (patch)
tree0da13fb740b292c77e93973c15c5fc4fc54f956b /OpenSim
parentbug fix: resend part targetOmega on deSelect (diff)
downloadopensim-SC_OLD-44a42efa4b9e3263226e469f361a798b3b12ed8a.zip
opensim-SC_OLD-44a42efa4b9e3263226e469f361a798b3b12ed8a.tar.gz
opensim-SC_OLD-44a42efa4b9e3263226e469f361a798b3b12ed8a.tar.bz2
opensim-SC_OLD-44a42efa4b9e3263226e469f361a798b3b12ed8a.tar.xz
try to help steps climb a bit compensating the bounce reduction
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
index 992fae7..f94e70b 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
@@ -946,6 +946,8 @@ namespace OpenSim.Region.Physics.OdePlugin
946 altContact = contact; 946 altContact = contact;
947 useAltcontact = true; 947 useAltcontact = true;
948 948
949 offset.Z -= 0.2f;
950
949 offset.Normalize(); 951 offset.Normalize();
950 952
951 if (contact.depth > 0.1f) 953 if (contact.depth > 0.1f)