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.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-03 21:06:50 +00:00
parent b00935015a
commit d87d9af1a5
1 changed files with 4 additions and 1 deletions

View File

@ -669,7 +669,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();
}