mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Updating the version of the ODE library. (big update). The Mac library needs to be updated still.
* Adding some XMPP stuff that's incomplete.
This commit is contained in:
@@ -290,8 +290,8 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
|
||||
internal void waitForSpaceUnlock(IntPtr space)
|
||||
{
|
||||
if (space != (IntPtr)0)
|
||||
while (d.SpaceLockQuery(space)){ } // Wait and do nothing
|
||||
//if (space != (IntPtr)0)
|
||||
//while (d.SpaceLockQuery(space)){ } // Wait and do nothing
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user