* Very minor comment change to reflect the fact that eliminating spurious delink prim updates is low priority
parent
e7076d3d15
commit
67a59b62e3
|
@ -940,8 +940,10 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
|
||||
m_scene.DeleteEntity(objectGroup.UUID);
|
||||
|
||||
// TODO justincc Left here as a remind to myself to see if we can stop sending out
|
||||
// useless updates for this group once it has been deleted.
|
||||
// TODO Deleting the parts may cause problems later on if they have already
|
||||
// made it into the update queue. However, sending out updates for those parts is now
|
||||
// spurious, so it would be good not to send them at some point.
|
||||
// The traffic caused is always going to be pretty minor, so it's not high priority
|
||||
//objectGroup.DeleteParts();
|
||||
|
||||
ScheduleGroupForFullUpdate();
|
||||
|
|
Loading…
Reference in New Issue