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