diff options
author | Justin Clark-Casey (justincc) | 2011-07-19 05:20:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-19 05:20:04 +0100 |
commit | 0ef29da9b2844e567928fe6fe5e13da3ee1a37ad (patch) | |
tree | 0ee9fccad22fe08d0fec627fa05db63b28d74266 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |
parent | comment out all kinds of debugging guff (diff) | |
download | opensim-SC-0ef29da9b2844e567928fe6fe5e13da3ee1a37ad.zip opensim-SC-0ef29da9b2844e567928fe6fe5e13da3ee1a37ad.tar.gz opensim-SC-0ef29da9b2844e567928fe6fe5e13da3ee1a37ad.tar.bz2 opensim-SC-0ef29da9b2844e567928fe6fe5e13da3ee1a37ad.tar.xz |
refactor: rename UpdatePrimPosition() to UpdatePrimGroupPosition() for consistency
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 0eaed91..26b35a3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2840,10 +2840,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2840 | } | 2840 | } |
2841 | 2841 | ||
2842 | /// <summary> | 2842 | /// <summary> |
2843 | /// | 2843 | /// Update just the root prim position in a linkset |
2844 | /// </summary> | 2844 | /// </summary> |
2845 | /// <param name="pos"></param> | 2845 | /// <param name="pos"></param> |
2846 | private void UpdateRootPosition(Vector3 pos) | 2846 | public void UpdateRootPosition(Vector3 pos) |
2847 | { | 2847 | { |
2848 | // m_log.DebugFormat( | 2848 | // m_log.DebugFormat( |
2849 | // "[SCENE OBJECT GROUP]: Updating root position of {0} {1} to {2}", Name, LocalId, pos); | 2849 | // "[SCENE OBJECT GROUP]: Updating root position of {0} {1} to {2}", Name, LocalId, pos); |