Prevent object loss and positioning outside the region with failed object sim

crossings
This commit is contained in:
Melanie
2012-02-14 00:02:53 +01:00
parent acfe7e555e
commit e321306517
4 changed files with 22 additions and 9 deletions

View File

@@ -466,6 +466,10 @@ namespace OpenSim.Region.Framework.Scenes
&& !IsAttachmentCheckFull() && (!Scene.LoadingPrims))
{
m_scene.CrossPrimGroupIntoNewRegion(val, this, true);
if (IsDeleted)
return;
val = AbsolutePosition;
}
}