diff options
author | Justin Clark-Casey (justincc) | 2010-12-08 00:41:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-08 00:41:33 +0000 |
commit | 1fa9399ab86afc126deefafe7277419aaea6f5e1 (patch) | |
tree | 7294d2c20e8a3ba488181ae9e30d21d3c9f22535 /OpenSim/Region | |
parent | Remove old Freeswitch configurations (diff) | |
download | opensim-SC_OLD-1fa9399ab86afc126deefafe7277419aaea6f5e1.zip opensim-SC_OLD-1fa9399ab86afc126deefafe7277419aaea6f5e1.tar.gz opensim-SC_OLD-1fa9399ab86afc126deefafe7277419aaea6f5e1.tar.bz2 opensim-SC_OLD-1fa9399ab86afc126deefafe7277419aaea6f5e1.tar.xz |
change doc. trivial commit to get panda to rebuild
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 9ade100..6d72154 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4246,7 +4246,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4246 | } | 4246 | } |
4247 | 4247 | ||
4248 | /// <summary> | 4248 | /// <summary> |
4249 | /// | 4249 | /// Perform the given action for each object |
4250 | /// </summary> | 4250 | /// </summary> |
4251 | /// <param name="action"></param> | 4251 | /// <param name="action"></param> |
4252 | // public void ForEachObject(Action<SceneObjectGroup> action) | 4252 | // public void ForEachObject(Action<SceneObjectGroup> action) |