missing file
parent
950b605b42
commit
59cfea73ca
|
@ -3345,7 +3345,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_parts.Add(linkPart.UUID, linkPart);
|
m_parts.Add(linkPart.UUID, linkPart);
|
||||||
|
|
||||||
linkPart.SetParent(this);
|
linkPart.SetParent(this);
|
||||||
m_scene.updateScenePartGroup(linkPart, this);
|
|
||||||
|
|
||||||
linkPart.CreateSelected = true;
|
linkPart.CreateSelected = true;
|
||||||
|
|
||||||
|
@ -3727,8 +3726,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
part.LinkNum = linkNum;
|
part.LinkNum = linkNum;
|
||||||
|
|
||||||
m_scene.updateScenePartGroup(part, this);
|
|
||||||
|
|
||||||
// Compute the new position of this SOP relative to the group position
|
// Compute the new position of this SOP relative to the group position
|
||||||
part.setOffsetPosition(newPos - AbsolutePosition);
|
part.setOffsetPosition(newPos - AbsolutePosition);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue