Fix the recent stack overflow

avinationmerge
Melanie 2010-12-25 07:25:56 +01:00
parent 75010e5e1c
commit 0aeafc9919
1 changed files with 2 additions and 0 deletions

View File

@ -734,6 +734,7 @@ namespace OpenSim.Region.Framework.Scenes
{
if (actor != null)
m_groupPosition = actor.Position;
return m_groupPosition;
}
if (IsAttachment)
@ -741,6 +742,7 @@ namespace OpenSim.Region.Framework.Scenes
ScenePresence sp = m_parentGroup.Scene.GetScenePresence(AttachedAvatar);
if (sp != null)
return sp.AbsolutePosition;
return m_groupPosition;
}
// use root prim's group position. Physics may have updated it