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/ScenePresence.cs | |
parent | expose SceneGraph.GetGroupByPrim(UUID) (diff) | |
download | opensim-SC-2e24415077ab4febf61e684fec8202a3a3e83b77.zip opensim-SC-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.gz opensim-SC-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.bz2 opensim-SC-2e24415077ab4febf61e684fec8202a3a3e83b77.tar.xz |
undo previous changes
add a GetGroupByPrim() method to Scene.cs
delete a redundant method
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 17026e5..08c144a 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3907,7 +3907,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3907 | } | 3907 | } |
3908 | else | 3908 | else |
3909 | { | 3909 | { |
3910 | group = Scene.SceneGraph.GetGroupByPrim(data.localID); | 3910 | group = Scene.GetGroupByPrim(data.localID); |
3911 | if (group != null) | 3911 | if (group != null) |
3912 | return GetSOGUpdatePriority(group); | 3912 | return GetSOGUpdatePriority(group); |
3913 | } | 3913 | } |