Fix beatmap info wedge not showing up when zero beatmaps are loaded

Closes #1722.
This commit is contained in:
Dean Herbert
2017-12-22 22:19:11 +09:00
parent f1d170c390
commit 2313ff0ddb
3 changed files with 3 additions and 2 deletions

View File

@ -399,7 +399,6 @@ namespace osu.Game.Screens.Select
backgroundModeBeatmap.FadeTo(1, 250);
}
beatmapInfoWedge.State = Visibility.Visible;
beatmapInfoWedge.UpdateBeatmap(beatmap);
}