mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09:00
Fix selection fallback path not updated to check inserted indices
This commit is contained in:
parent
f38194fb40
commit
81c0a641b4
@ -299,7 +299,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
// If a direct selection couldn't be made, it's feasible that the difficulty name (or beatmap metadata) changed.
|
// If a direct selection couldn't be made, it's feasible that the difficulty name (or beatmap metadata) changed.
|
||||||
// Let's attempt to follow set-level selection anyway.
|
// Let's attempt to follow set-level selection anyway.
|
||||||
SelectBeatmap(sender[changes.NewModifiedIndices.First()].Beatmaps.First());
|
SelectBeatmap(sender[modifiedAndInserted.First()].Beatmaps.First());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user