aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 8529234..673818a 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -290,8 +290,8 @@ namespace OpenSim.Region.Physics.OdePlugin
290 290
291 internal void waitForSpaceUnlock(IntPtr space) 291 internal void waitForSpaceUnlock(IntPtr space)
292 { 292 {
293 if (space != (IntPtr)0) 293 //if (space != (IntPtr)0)
294 while (d.SpaceLockQuery(space)){ } // Wait and do nothing 294 //while (d.SpaceLockQuery(space)){ } // Wait and do nothing
295 } 295 }
296 296
297 /// <summary> 297 /// <summary>