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 5f18a44..9418e3d 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2837,7 +2837,7 @@ namespace OpenSim.Region.Framework.Scenes
2837 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2837 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2838 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2838 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2839 //obj.Rotation = worldRot; 2839 //obj.Rotation = worldRot;
2840 //obj.UpdateGroupRotation(worldRot); 2840 //obj.UpdateGroupRotationR(worldRot);
2841 } 2841 }
2842 else 2842 else
2843 { 2843 {
@@ -4516,7 +4516,7 @@ namespace OpenSim.Region.Framework.Scenes
4516 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; 4516 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation;
4517 4517
4518 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update 4518 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update
4519 jointProxyObject.ParentGroup.UpdateGroupRotation(q); // schedules the entire group for a terse update 4519 jointProxyObject.ParentGroup.UpdateGroupRotationR(q); // schedules the entire group for a terse update
4520 } 4520 }
4521 break; 4521 break;
4522 } 4522 }