aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index c838587..af67407 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -557,7 +557,7 @@ namespace OpenSim.Region.Physics.OdePlugin
557 //CAPSULE_LENGTH = -5; 557 //CAPSULE_LENGTH = -5;
558 //CAPSULE_RADIUS = -5; 558 //CAPSULE_RADIUS = -5;
559 int dAMotorEuler = 1; 559 int dAMotorEuler = 1;
560 _parent_scene.waitForSpaceUnlock(_parent_scene.space); 560// _parent_scene.waitForSpaceUnlock(_parent_scene.space);
561 if (CAPSULE_LENGTH <= 0) 561 if (CAPSULE_LENGTH <= 0)
562 { 562 {
563 m_log.Warn("[ODE CHARACTER]: The capsule size you specified in opensim.ini is invalid! Setting it to the smallest possible size!"); 563 m_log.Warn("[ODE CHARACTER]: The capsule size you specified in opensim.ini is invalid! Setting it to the smallest possible size!");
@@ -1155,7 +1155,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1155 } 1155 }
1156 1156
1157 //kill the Geometry 1157 //kill the Geometry
1158 _parent_scene.waitForSpaceUnlock(_parent_scene.space); 1158// _parent_scene.waitForSpaceUnlock(_parent_scene.space);
1159 1159
1160 if (Body != IntPtr.Zero) 1160 if (Body != IntPtr.Zero)
1161 { 1161 {