Minor formatting cleanup.

0.6.0-stable
Jeff Ames 2008-10-29 03:22:54 +00:00
parent 3fd35f9fbe
commit 395a0f7977
2 changed files with 34 additions and 34 deletions

View File

@ -1836,13 +1836,13 @@ namespace OpenSim.Region.Environment.Scenes
// the root prim. Shuffle the old ones up // the root prim. Shuffle the old ones up
foreach (KeyValuePair<UUID, SceneObjectPart> kvp in m_parts) foreach (KeyValuePair<UUID, SceneObjectPart> kvp in m_parts)
{ {
if (kvp.Value.LinkNum != 1) { if (kvp.Value.LinkNum != 1)
{
// Don't update root prim link number // Don't update root prim link number
kvp.Value.LinkNum += objectGroup.PrimCount; kvp.Value.LinkNum += objectGroup.PrimCount;
} }
} }
linkPart.LinkNum = 2; linkPart.LinkNum = 2;
linkPart.SetParent(this); linkPart.SetParent(this);