diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 66b42a1..f5cb84b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -3158,7 +3158,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3158 | return; | 3158 | return; |
3159 | 3159 | ||
3160 | // This was pulled from SceneViewer. Attachments always receive full updates. | 3160 | // This was pulled from SceneViewer. Attachments always receive full updates. |
3161 | // I could not verify if this is a requirement but this maintains existing behavior | 3161 | // This is needed because otherwise if only the root prim changes position, then |
3162 | // it looks as if the entire object has moved (including the other prims). | ||
3162 | if (ParentGroup.IsAttachment) | 3163 | if (ParentGroup.IsAttachment) |
3163 | { | 3164 | { |
3164 | ScheduleFullUpdate(); | 3165 | ScheduleFullUpdate(); |