diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 9b75fb8..80c2a48 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -359,7 +359,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
359 | //capsuleradius = 0.2f; | 359 | //capsuleradius = 0.2f; |
360 | 360 | ||
361 | CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size | 361 | CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size |
362 | m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); | 362 | //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); |
363 | d.BodyDestroy(Body); | 363 | d.BodyDestroy(Body); |
364 | 364 | ||
365 | _parent_scene.waitForSpaceUnlock(_parent_scene.space); | 365 | _parent_scene.waitForSpaceUnlock(_parent_scene.space); |