diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 45ecdc5..4f61342 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2190,7 +2190,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2190 | 2190 | ||
2191 | private void LinkNonRootPart(SceneObjectPart part, Vector3 oldGroupPosition, Quaternion oldGroupRotation, int linkNum) | 2191 | private void LinkNonRootPart(SceneObjectPart part, Vector3 oldGroupPosition, Quaternion oldGroupRotation, int linkNum) |
2192 | { | 2192 | { |
2193 | |||
2194 | Quaternion parentRot = oldGroupRotation; | 2193 | Quaternion parentRot = oldGroupRotation; |
2195 | Quaternion oldRot = part.RotationOffset; | 2194 | Quaternion oldRot = part.RotationOffset; |
2196 | Quaternion worldRot = parentRot * oldRot; | 2195 | Quaternion worldRot = parentRot * oldRot; |