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.)

This commit is contained in:
Oren Hurvitz
2013-09-16 13:31:48 +03:00
committed by Justin Clark-Casey (justincc)
parent 1bd89ac287
commit 0094971186
2 changed files with 4 additions and 8 deletions

View File

@@ -2700,7 +2700,8 @@ namespace OpenSim.Region.Framework.Scenes
return;
// This was pulled from SceneViewer. Attachments always receive full updates.
// I could not verify if this is a requirement but this maintains existing behavior
// This is needed because otherwise if only the root prim changes position, then
// it looks as if the entire object has moved (including the other prims).
if (ParentGroup.IsAttachment)
{
ScheduleFullUpdate();