diff options
author | Justin Clark-Casey (justincc) | 2011-07-16 03:52:30 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-16 03:52:30 +0100 |
commit | 4b5a6b655becd5162054bc53365fdcd9c7ed1772 (patch) | |
tree | 1b5f3e6418b180fcd0da65caaf09005c7d349018 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod (diff) | |
download | opensim-SC-4b5a6b655becd5162054bc53365fdcd9c7ed1772.zip opensim-SC-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.gz opensim-SC-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.bz2 opensim-SC-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.xz |
add test for resizing one part in a group
Diffstat (limited to '')
-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 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> |