map image service: always try to delete a map tile, before saving a new one; ubode cosmetics that where on disk"

This commit is contained in:
UbitUmarov
2022-08-14 00:23:16 +01:00
parent 7b334bc7d8
commit aad0c3c60e
4 changed files with 91 additions and 101 deletions

View File

@@ -2008,7 +2008,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
if (m_targetSpace != IntPtr.Zero)
{
m_parentScene.waitForSpaceUnlock(m_targetSpace);
//m_parentScene.waitForSpaceUnlock(m_targetSpace);
if (SafeNativeMethods.SpaceQuery(m_targetSpace, m_prim_geom))
SafeNativeMethods.SpaceRemove(m_targetSpace, m_prim_geom);
}
@@ -2067,7 +2067,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde
{
if (prmspace != IntPtr.Zero)
{
m_parentScene.waitForSpaceUnlock(prmspace);
//m_parentScene.waitForSpaceUnlock(prmspace);
if (SafeNativeMethods.SpaceQuery(prmspace, prmgeom))
SafeNativeMethods.SpaceRemove(prmspace, prmgeom);
}