Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since this is done through parts iteration
parent
26b471f25a
commit
dbcfb25a52
|
@ -799,8 +799,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
// If it's rezzed in world, select it. Much easier to
|
// If it's rezzed in world, select it. Much easier to
|
||||||
// find small items.
|
// find small items.
|
||||||
//
|
//
|
||||||
group.RootPart.CreateSelected = true;
|
|
||||||
|
|
||||||
foreach (SceneObjectPart part in group.Parts)
|
foreach (SceneObjectPart part in group.Parts)
|
||||||
{
|
{
|
||||||
part.CreateSelected = true;
|
part.CreateSelected = true;
|
||||||
|
|
Loading…
Reference in New Issue