aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 1917228..9f7083f 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2266,7 +2266,7 @@ namespace OpenSim.Region.Framework.Scenes
2266 group.ClearPartAttachmentData(); 2266 group.ClearPartAttachmentData();
2267 } 2267 }
2268 2268
2269 group.UpdateGroupRotation(rot); 2269 group.UpdateGroupRotationR(rot);
2270 2270
2271 //group.ApplyPhysics(m_physicalPrim); 2271 //group.ApplyPhysics(m_physicalPrim);
2272 if (group.RootPart.PhysActor != null && group.RootPart.PhysActor.IsPhysical && vel != Vector3.Zero) 2272 if (group.RootPart.PhysActor != null && group.RootPart.PhysActor.IsPhysical && vel != Vector3.Zero)