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