diff options
author | Melanie | 2009-10-22 17:39:19 +0100 |
---|---|---|
committer | Melanie | 2009-10-22 17:39:19 +0100 |
commit | fc4ff09181e1a2a9cecf1557795dce3f783966f0 (patch) | |
tree | dfc24cf5688eef7e5baff2e21359d0e1ed6a574c /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Fixing the patch to the patch (diff) | |
parent | Merge branch 'master' into vehicles (diff) | |
download | opensim-SC-fc4ff09181e1a2a9cecf1557795dce3f783966f0.zip opensim-SC-fc4ff09181e1a2a9cecf1557795dce3f783966f0.tar.gz opensim-SC-fc4ff09181e1a2a9cecf1557795dce3f783966f0.tar.bz2 opensim-SC-fc4ff09181e1a2a9cecf1557795dce3f783966f0.tar.xz |
Merge branch 'vehicles'
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index e51f6ef..deee6c3 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1231,7 +1231,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1231 | { | 1231 | { |
1232 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) | 1232 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) |
1233 | { | 1233 | { |
1234 | group.UpdateGroupRotation(rot); | 1234 | group.UpdateGroupRotationR(rot); |
1235 | } | 1235 | } |
1236 | } | 1236 | } |
1237 | } | 1237 | } |
@@ -1250,7 +1250,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1250 | { | 1250 | { |
1251 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) | 1251 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) |
1252 | { | 1252 | { |
1253 | group.UpdateGroupRotation(pos, rot); | 1253 | group.UpdateGroupRotationPR(pos, rot); |
1254 | } | 1254 | } |
1255 | } | 1255 | } |
1256 | } | 1256 | } |
@@ -1806,7 +1806,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1806 | 1806 | ||
1807 | if (rot != Quaternion.Identity) | 1807 | if (rot != Quaternion.Identity) |
1808 | { | 1808 | { |
1809 | copy.UpdateGroupRotation(rot); | 1809 | copy.UpdateGroupRotationR(rot); |
1810 | } | 1810 | } |
1811 | 1811 | ||
1812 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); | 1812 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); |