mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
Random song selection when entering the select menu with default osu theme or invalid beatmap
This commit is contained in:
parent
8103849273
commit
6dd6f08bd0
@ -211,7 +211,7 @@ namespace osu.Game.Screens.Select
|
||||
if (Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
|
||||
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
|
||||
else
|
||||
carousel.SelectNext();
|
||||
carousel.SelectNextRandom();
|
||||
}
|
||||
|
||||
private void carouselRaisedStart(InputState state = null)
|
||||
|
Loading…
Reference in New Issue
Block a user