diff options
author | dahlia | 2009-11-13 22:13:40 -0800 |
---|---|---|
committer | dahlia | 2009-11-13 22:13:40 -0800 |
commit | 2e24415077ab4febf61e684fec8202a3a3e83b77 (patch) | |
tree | 8f6c8045b31a32780fdb789e051a38fc53224ea9 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | expose SceneGraph.GetGroupByPrim(UUID) (diff) | |
download | opensim-SC_OLD-2e24415077ab4febf61e684fec8202a3a3e83b77.zip opensim-SC_OLD-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.gz opensim-SC_OLD-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.bz2 opensim-SC_OLD-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.xz |
undo previous changes
add a GetGroupByPrim() method to Scene.cs
delete a redundant method
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-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 8ff441d..2fdb48d 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 | public SceneObjectGroup GetGroupByPrim(UUID fullID) | 931 | private SceneObjectGroup GetGroupByPrim(UUID fullID) |
932 | { | 932 | { |
933 | SceneObjectGroup sog; | 933 | SceneObjectGroup sog; |
934 | lock (SceneObjectGroupsByFullID) | 934 | lock (SceneObjectGroupsByFullID) |