Fix the fix. Child prims were failing to load.
parent
6f2d077356
commit
acce65457c
|
@ -551,6 +551,8 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
//}
|
||||
//m_log.Info("[PART]: OFFSET:" + m_offsetPosition.ToString());
|
||||
|
||||
if (ParentGroup != null && ParentGroup.RootPart != null)
|
||||
{
|
||||
if (_parentID != 0)
|
||||
{
|
||||
Vector3 resultingposition = GetWorldPosition();
|
||||
|
@ -563,6 +565,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Quaternion RotationOffset
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue