diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index e67c29b..d68cc42 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -208,17 +208,12 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
208 | 208 | ||
209 | internal void waitForSpaceUnlock(IntPtr space) | 209 | internal void waitForSpaceUnlock(IntPtr space) |
210 | { | 210 | { |
211 | try | 211 | |
212 | { | ||
213 | while (d.SpaceLockQuery(space)) | 212 | while (d.SpaceLockQuery(space)) |
214 | { | 213 | { |
215 | 214 | int i = 0; | |
216 | } | 215 | } |
217 | } | 216 | |
218 | catch (System.Exception) | ||
219 | { | ||
220 | //Using this to catch the 'dll doesn't expose entrypoint SpaceLockQuery since the mac library hasn't been rebuilt yet | ||
221 | } | ||
222 | } | 217 | } |
223 | /// <summary> | 218 | /// <summary> |
224 | /// Debug space message for printing the space that a prim/avatar is in. | 219 | /// Debug space message for printing the space that a prim/avatar is in. |