diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 2 |
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) |