CrossPrimGroupIntoNewRegion does keyframes and physics crossing fails, so
revert previus change assuming it didnt. remove a no longer needed else {}avinationmerge
parent
ed905418b3
commit
fe900b28c6
|
@ -557,8 +557,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
// actually assume this sog was removed from simulation
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
if (m_rootPart.KeyframeMotion != null)
|
||||
m_rootPart.KeyframeMotion.StartCrossingCheck();
|
||||
|
||||
|
@ -652,11 +651,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
}
|
||||
avsToCross.Clear();
|
||||
|
||||
}
|
||||
// else
|
||||
// we need to do this on all fails
|
||||
|
||||
else
|
||||
{
|
||||
if (m_rootPart.KeyframeMotion != null)
|
||||
m_rootPart.KeyframeMotion.CrossingFailure();
|
||||
|
@ -673,7 +669,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
// val.Z = Util.Clamp<float>(oldp.Z, 0.5f, 4096.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (RootPart.GetStatusSandbox())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue