Update comment to include inserted indices

This commit is contained in:
Salman Ahmed
2022-08-26 14:51:19 +03:00
parent 81c0a641b4
commit a3e595a9aa

View File

@ -277,7 +277,7 @@ namespace osu.Game.Screens.Select
if (selectedSetMarkedDeleted && modifiedAndInserted.Any()) if (selectedSetMarkedDeleted && modifiedAndInserted.Any())
{ {
// If it is no longer valid, make the bold assumption that an updated version will be available in the modified indices. // If it is no longer valid, make the bold assumption that an updated version will be available in the modified/inserted indices.
// This relies on the full update operation being in a single transaction, so please don't change that. // This relies on the full update operation being in a single transaction, so please don't change that.
foreach (int i in modifiedAndInserted) foreach (int i in modifiedAndInserted)
{ {