Merge branch 'master' into fix-set-hidden-crash

This commit is contained in:
Dean Herbert
2017-12-01 23:35:48 +09:00
committed by GitHub
42 changed files with 1168 additions and 207 deletions

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)