Cleanup and basic TestCase

This commit is contained in:
Dean Herbert
2017-12-13 19:56:16 +09:00
parent b9298325a3
commit 1b85952441
10 changed files with 193 additions and 42 deletions

View File

@ -454,7 +454,7 @@ namespace osu.Game.Screens.Select
private void removeBeatmapSet(BeatmapSetInfo beatmapSet)
{
carousel.RemoveBeatmap(beatmapSet);
carousel.RemoveBeatmapSet(beatmapSet);
if (carousel.SelectedBeatmap == null)
Beatmap.SetDefault();
}