1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Random song selection when entering the select menu with default osu theme or invalid beatmap

This commit is contained in:
mattiapette 2017-11-29 11:51:56 +01:00
parent 8103849273
commit 6dd6f08bd0

View File

@ -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)