mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Update comment to include inserted indices
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user