aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-16 03:52:30 +0100
committerJustin Clark-Casey (justincc)2011-07-16 03:52:30 +0100
commit4b5a6b655becd5162054bc53365fdcd9c7ed1772 (patch)
tree1b5f3e6418b180fcd0da65caaf09005c7d349018 /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentrefactor: make SceneObjectGroup.GroupScale() a property rather than a mehod (diff)
downloadopensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.zip
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.gz
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.bz2
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.xz
add test for resizing one part in a group
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 0e5ffc0..df6908a 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1210,7 +1210,7 @@ namespace OpenSim.Region.Framework.Scenes
1210 #region Client Event handlers 1210 #region Client Event handlers
1211 1211
1212 /// <summary> 1212 /// <summary>
1213 /// 1213 /// Update the scale of an individual prim.
1214 /// </summary> 1214 /// </summary>
1215 /// <param name="localID"></param> 1215 /// <param name="localID"></param>
1216 /// <param name="scale"></param> 1216 /// <param name="scale"></param>