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 151df27..cc74f26 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2908,7 +2908,7 @@ namespace OpenSim.Region.Framework.Scenes
2908 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2908 // SceneObjectGroup obj = m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2909 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot); 2909 m_sceneGraph.DuplicateObject(localID, pos, target.GetEffectiveObjectFlags(), AgentID, GroupID, worldRot);
2910 //obj.Rotation = worldRot; 2910 //obj.Rotation = worldRot;
2911 //obj.UpdateGroupRotation(worldRot); 2911 //obj.UpdateGroupRotationR(worldRot);
2912 } 2912 }
2913 else 2913 else
2914 { 2914 {
@@ -4584,7 +4584,7 @@ namespace OpenSim.Region.Framework.Scenes
4584 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation; 4584 Quaternion q = trackedBody.RotationOffset * joint.LocalRotation;
4585 4585
4586 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update 4586 jointProxyObject.ParentGroup.UpdateGroupPosition(proxyPos); // schedules the entire group for a terse update
4587 jointProxyObject.ParentGroup.UpdateGroupRotation(q); // schedules the entire group for a terse update 4587 jointProxyObject.ParentGroup.UpdateGroupRotationR(q); // schedules the entire group for a terse update
4588 } 4588 }
4589 break; 4589 break;
4590 } 4590 }