diff options
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 9cd2247..ba5119f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1243,7 +1243,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1243 | { | 1243 | { |
1244 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) | 1244 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) |
1245 | { | 1245 | { |
1246 | group.UpdateGroupRotation(rot); | 1246 | group.UpdateGroupRotationR(rot); |
1247 | } | 1247 | } |
1248 | } | 1248 | } |
1249 | } | 1249 | } |
@@ -1262,7 +1262,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1262 | { | 1262 | { |
1263 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) | 1263 | if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId)) |
1264 | { | 1264 | { |
1265 | group.UpdateGroupRotation(pos, rot); | 1265 | group.UpdateGroupRotationPR(pos, rot); |
1266 | } | 1266 | } |
1267 | } | 1267 | } |
1268 | } | 1268 | } |
@@ -1818,7 +1818,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1818 | 1818 | ||
1819 | if (rot != Quaternion.Identity) | 1819 | if (rot != Quaternion.Identity) |
1820 | { | 1820 | { |
1821 | copy.UpdateGroupRotation(rot); | 1821 | copy.UpdateGroupRotationR(rot); |
1822 | } | 1822 | } |
1823 | 1823 | ||
1824 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); | 1824 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); |