mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
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
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user