diff options
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 e1fde64..d780fb3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1265,7 +1265,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1265 | /// This is just a shortcut function since frequently actions only appy to root SPs | 1265 | /// This is just a shortcut function since frequently actions only appy to root SPs |
1266 | /// </summary> | 1266 | /// </summary> |
1267 | /// <param name="action"></param> | 1267 | /// <param name="action"></param> |
1268 | public void ForEachRootScenePresence(Action<ScenePresence> action) | 1268 | public void ForEachAvatar(Action<ScenePresence> action) |
1269 | { | 1269 | { |
1270 | ForEachScenePresence(delegate(ScenePresence sp) | 1270 | ForEachScenePresence(delegate(ScenePresence sp) |
1271 | { | 1271 | { |