mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Update comment to include inserted indices
This commit is contained in:
parent
81c0a641b4
commit
a3e595a9aa
@ -277,7 +277,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
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.
|
||||
foreach (int i in modifiedAndInserted)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user