diff options
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; } |