diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-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); |