Merge branch 'master' into fix-carousel-debounce-race

This commit is contained in:
Dean Herbert
2017-07-21 17:44:04 +09:00
committed by GitHub
3 changed files with 3 additions and 5 deletions

View File

@ -190,7 +190,7 @@ namespace osu.Game.Screens.Select
private void carouselBeatmapsLoaded()
{
if (Beatmap.Value != null && Beatmap.Value.BeatmapSetInfo?.DeletePending != false)
if (Beatmap.Value.BeatmapSetInfo?.DeletePending == false)
carousel.SelectBeatmap(Beatmap.Value.BeatmapInfo, false);
else
carousel.SelectNext();