diff options
-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 2fdb48d..8ff441d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -928,7 +928,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
928 | /// </summary> | 928 | /// </summary> |
929 | /// <param name="fullID"></param> | 929 | /// <param name="fullID"></param> |
930 | /// <returns>null if no scene object group containing that prim is found</returns> | 930 | /// <returns>null if no scene object group containing that prim is found</returns> |
931 | private SceneObjectGroup GetGroupByPrim(UUID fullID) | 931 | public SceneObjectGroup GetGroupByPrim(UUID fullID) |
932 | { | 932 | { |
933 | SceneObjectGroup sog; | 933 | SceneObjectGroup sog; |
934 | lock (SceneObjectGroupsByFullID) | 934 | lock (SceneObjectGroupsByFullID) |