diff options
author | UbitUmarov | 2012-03-05 12:37:21 +0000 |
---|---|---|
committer | UbitUmarov | 2012-03-05 12:37:21 +0000 |
commit | 7377e633c73f7ee34240cb70f0f75fcd9b705168 (patch) | |
tree | d4f5e96224e6774da36525b5401a7ea3bb3961df /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
download | opensim-SC_OLD-7377e633c73f7ee34240cb70f0f75fcd9b705168.zip opensim-SC_OLD-7377e633c73f7ee34240cb70f0f75fcd9b705168.tar.gz opensim-SC_OLD-7377e633c73f7ee34240cb70f0f75fcd9b705168.tar.bz2 opensim-SC_OLD-7377e633c73f7ee34240cb70f0f75fcd9b705168.tar.xz |
update ubitOde
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index 94cadb2..9a22331 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -195,6 +195,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
195 | { | 195 | { |
196 | cdata.mu = mu; | 196 | cdata.mu = mu; |
197 | cdata.bounce = bounce; | 197 | cdata.bounce = bounce; |
198 | cdata.softcolide = false; | ||
198 | } | 199 | } |
199 | 200 | ||
200 | public override bool Building { get; set; } | 201 | public override bool Building { get; set; } |