minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why we're deselecting the prim in code before scheduling an update on attachment

0.7.4-extended
Justin Clark-Casey (justincc) 2013-01-03 21:06:50 +00:00
parent f9bb9191cf
commit 87b4f335af
1 changed files with 4 additions and 1 deletions

View File

@ -637,7 +637,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
}); });
} }
so.IsSelected = false; // fudge.... // Fudge below is an extremely unhelpful comment. It's probably here so that the scheduled full update
// will succeed, as that will not update if an attachment is selected.
so.IsSelected = false; // fudge....
so.ScheduleGroupForFullUpdate(); so.ScheduleGroupForFullUpdate();
} }