diff options
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index c363310..f5bf05d 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -172,7 +172,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
172 | // force lower density for testing | 172 | // force lower density for testing |
173 | m_density = 3.0f; | 173 | m_density = 3.0f; |
174 | 174 | ||
175 | |||
176 | mu = parent_scene.AvatarFriction; | 175 | mu = parent_scene.AvatarFriction; |
177 | 176 | ||
178 | walkDivisor = walk_divisor; | 177 | walkDivisor = walk_divisor; |