diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 86109ce..9fa4405 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -3404,7 +3404,7 @@ if (m_shape != null) { | |||
3404 | return; | 3404 | return; |
3405 | 3405 | ||
3406 | lPos = ParentGroup.RootPart.AttachedPos; | 3406 | lPos = ParentGroup.RootPart.AttachedPos; |
3407 | state = AttachmentPoint; | 3407 | state = (byte)AttachmentPoint; |
3408 | } | 3408 | } |
3409 | else | 3409 | else |
3410 | { | 3410 | { |