aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 606135b..c06a58f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2821,7 +2821,7 @@ namespace OpenSim.Region.Framework.Scenes
2821 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2821 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2822 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2822 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2823 //obj.Rotation = worldRot; 2823 //obj.Rotation = worldRot;
2824 //obj.UpdateGroupRotation(worldRot); 2824 //obj.UpdateGroupRotationR(worldRot);
2825 } 2825 }
2826 else 2826 else
2827 { 2827 {
@@ -4500,7 +4500,7 @@ namespace OpenSim.Region.Framework.Scenes
4500 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; 4500 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation;
4501 4501
4502 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update 4502 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update
4503 jointProxyObject.ParentGroup.UpdateGroupRotation(q); // schedules the entire group for a terse update 4503 jointProxyObject.ParentGroup.UpdateGroupRotationR(q); // schedules the entire group for a terse update
4504 } 4504 }
4505 break; 4505 break;
4506 } 4506 }