diff options
author | Oren Hurvitz | 2013-09-16 13:31:48 +0300 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-10-17 23:10:16 +0100 |
commit | 0094971186b7ba96df454acdf221f702bc214be5 (patch) | |
tree | 4f92f9199485b52ddd61e139b22a813827126727 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Readding Mono.Security.dll. This comes from http://pgfoundry.org/frs/downloa... (diff) | |
download | opensim-SC-0094971186b7ba96df454acdf221f702bc214be5.zip opensim-SC-0094971186b7ba96df454acdf221f702bc214be5.tar.gz opensim-SC-0094971186b7ba96df454acdf221f702bc214be5.tar.bz2 opensim-SC-0094971186b7ba96df454acdf221f702bc214be5.tar.xz |
After finishing to edit an attachment, let other avatars see the changes. (The changes weren't visible before because updates to attachments aren't sent while the attachment is selected.)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-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 b3e6b67..9e6c25d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2700,7 +2700,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2700 | return; | 2700 | return; |
2701 | 2701 | ||
2702 | // This was pulled from SceneViewer. Attachments always receive full updates. | 2702 | // This was pulled from SceneViewer. Attachments always receive full updates. |
2703 | // I could not verify if this is a requirement but this maintains existing behavior | 2703 | // This is needed because otherwise if only the root prim changes position, then |
2704 | // it looks as if the entire object has moved (including the other prims). | ||
2704 | if (ParentGroup.IsAttachment) | 2705 | if (ParentGroup.IsAttachment) |
2705 | { | 2706 | { |
2706 | ScheduleFullUpdate(); | 2707 | ScheduleFullUpdate(); |