missing file

0.9.1.0-post-fixes
UbitUmarov 2019-01-06 20:15:30 +00:00
parent 950b605b42
commit 59cfea73ca
1 changed files with 0 additions and 3 deletions

View File

@ -3345,7 +3345,6 @@ namespace OpenSim.Region.Framework.Scenes
m_parts.Add(linkPart.UUID, linkPart);
linkPart.SetParent(this);
m_scene.updateScenePartGroup(linkPart, this);
linkPart.CreateSelected = true;
@ -3727,8 +3726,6 @@ namespace OpenSim.Region.Framework.Scenes
part.LinkNum = linkNum;
m_scene.updateScenePartGroup(part, this);
// Compute the new position of this SOP relative to the group position
part.setOffsetPosition(newPos - AbsolutePosition);