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 d3d397d..4c7850f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2902,7 +2902,7 @@ namespace OpenSim.Region.Framework.Scenes
2902 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2902 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2903 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2903 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2904 //obj.Rotation = worldRot; 2904 //obj.Rotation = worldRot;
2905 //obj.UpdateGroupRotation(worldRot); 2905 //obj.UpdateGroupRotationR(worldRot);
2906 } 2906 }
2907 else 2907 else
2908 { 2908 {
@@ -4573,7 +4573,7 @@ namespace OpenSim.Region.Framework.Scenes
4573 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; 4573 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation;
4574 4574
4575 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update 4575 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update
4576 jointProxyObject.ParentGroup.UpdateGroupRotation(q); // schedules the entire group for a terse update 4576 jointProxyObject.ParentGroup.UpdateGroupRotationR(q); // schedules the entire group for a terse update
4577 } 4577 }
4578 break; 4578 break;
4579 } 4579 }