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
parent
f9bb9191cf
commit
87b4f335af
|
@ -637,7 +637,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
|||
});
|
||||
}
|
||||
|
||||
// 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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue