mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 04:33:21 +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)
|
if (Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
|
||||||
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
|
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
|
||||||
else
|
else
|
||||||
carousel.SelectNext();
|
carousel.SelectNextRandom();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void carouselRaisedStart(InputState state = null)
|
private void carouselRaisedStart(InputState state = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user