Fix compile error from an earlier commit
parent
7432ca6daf
commit
10e664eedc
|
@ -1671,8 +1671,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
Monitor.Enter(m_updateLock);
|
Monitor.Enter(m_updateLock);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
SceneObjectGroup parentGroup = root.ParentGroup;
|
|
||||||
|
|
||||||
List<SceneObjectGroup> childGroups = new List<SceneObjectGroup>();
|
List<SceneObjectGroup> childGroups = new List<SceneObjectGroup>();
|
||||||
|
|
||||||
// We do this in reverse to get the link order of the prims correct
|
// We do this in reverse to get the link order of the prims correct
|
||||||
|
|
Loading…
Reference in New Issue