aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorMelanie2013-03-12 03:47:27 +0100
committerMelanie2013-03-12 03:47:27 +0100
commit5b37063178d1a44e5db8ca6c8d47a12c011f8012 (patch)
tree8828fabe2170cdc4842fe2337ae928c8be51c129 /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
parentLimit each attachment point to 5 items as per spec (diff)
downloadopensim-SC_OLD-5b37063178d1a44e5db8ca6c8d47a12c011f8012.zip
opensim-SC_OLD-5b37063178d1a44e5db8ca6c8d47a12c011f8012.tar.gz
opensim-SC_OLD-5b37063178d1a44e5db8ca6c8d47a12c011f8012.tar.bz2
opensim-SC_OLD-5b37063178d1a44e5db8ca6c8d47a12c011f8012.tar.xz
Spot fix the interpenetration issue. Thanks, Ter.
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
index f7e4c1c..bea34d4 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
@@ -1014,8 +1014,8 @@ namespace OpenSim.Region.Physics.OdePlugin
1014 offset.Y += contact.pos.Y; 1014 offset.Y += contact.pos.Y;
1015 offset.Z += contact.pos.Z; 1015 offset.Z += contact.pos.Z;
1016 1016
1017 _position = offset; 1017 //_position = offset;
1018 return false; 1018 //return false;
1019 } 1019 }
1020 1020
1021 offset.X = contact.pos.X - _position.X; 1021 offset.X = contact.pos.X - _position.X;