mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
set object select on demand, not when it is created
This commit is contained in:
@@ -1938,7 +1938,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// occur on link to invoke this elsewhere (such as object selection)
|
||||
if (childGroups.Count > 0)
|
||||
{
|
||||
parentGroup.RootPart.CreateSelected = true;
|
||||
//parentGroup.RootPart.CreateSelected = true;
|
||||
parentGroup.TriggerScriptChangedEvent(Changed.LINK);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user