diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 60855b2..97af0a0 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1855,7 +1855,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1855 | { | 1855 | { |
1856 | SceneObjectGroupsByLocalPartID[copy.LocalId] = copy; | 1856 | SceneObjectGroupsByLocalPartID[copy.LocalId] = copy; |
1857 | foreach (SceneObjectPart part in children) | 1857 | foreach (SceneObjectPart part in children) |
1858 | SceneObjectGroupsByLocalPartID[copy.LocalId] = copy; | 1858 | SceneObjectGroupsByLocalPartID[part.LocalId] = copy; |
1859 | } | 1859 | } |
1860 | // PROBABLE END OF FIXME | 1860 | // PROBABLE END OF FIXME |
1861 | 1861 | ||