aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index f52e764..84970c2 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -1092,11 +1092,11 @@ namespace OpenSim.Region.Environment.Scenes
1092 if (part.LocalId != m_rootPart.LocalId) 1092 if (part.LocalId != m_rootPart.LocalId)
1093 { 1093 {
1094 part.ApplyPhysics(m_rootPart.GetEffectiveObjectFlags(), m_physicalPrim); 1094 part.ApplyPhysics(m_rootPart.GetEffectiveObjectFlags(), m_physicalPrim);
1095 } 1095 }
1096 1096 }
1097 // Hack to get the physics scene geometries in the right spot 1097
1098 ResetChildPrimPhysicsPositions(); 1098 // Hack to get the physics scene geometries in the right spot
1099 } 1099 ResetChildPrimPhysicsPositions();
1100 } 1100 }
1101 else 1101 else
1102 { 1102 {