mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
missing file
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user