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
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ private void carouselBeatmapsLoaded()
if (Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
else
carousel.SelectNext();
carousel.SelectNextRandom();
}
private void carouselRaisedStart(InputState state = null)