diff options
author | Teravus Ovares | 2008-01-30 08:30:22 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-30 08:30:22 +0000 |
commit | 02d672de365ae5f0c40c4c61f7d6fa29565292c4 (patch) | |
tree | 7bf8c6ffc63b6c852daf046a6ac748681550293b /OpenSim/Region/Physics/OdePlugin | |
parent | * This update restores *nix support (diff) | |
download | opensim-SC_OLD-02d672de365ae5f0c40c4c61f7d6fa29565292c4.zip opensim-SC_OLD-02d672de365ae5f0c40c4c61f7d6fa29565292c4.tar.gz opensim-SC_OLD-02d672de365ae5f0c40c4c61f7d6fa29565292c4.tar.bz2 opensim-SC_OLD-02d672de365ae5f0c40c4c61f7d6fa29565292c4.tar.xz |
* See if this helps Nebadon.
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. |