Correct chat source location for Av seated on daughter prim.

avinationmerge
Kitto Flora 2011-01-28 04:35:43 +00:00
parent 657c14c5db
commit 9abaac4d60
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ namespace OpenSim.Region.Framework.Scenes
SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID);
if (part != null)
{
return m_parentPosition + (m_pos * part.GetWorldRotation());
return part.AbsolutePosition + (m_pos * part.GetWorldRotation());
}
else
{