Fix unsitting of avatar on linked sets

bulletsim
BlueWall 2011-02-12 20:50:24 -05:00
parent c0e1742d47
commit b492f1ce99
1 changed files with 1 additions and 1 deletions

View File

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