mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Correct chat source location for Av seated on daughter prim.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user