Improve song select startup time via better database querying. Also fix difficulty displays.

This commit is contained in:
Dean Herbert
2016-12-15 22:48:35 +09:00
parent ec7bbd231f
commit 8ce18e8986
2 changed files with 9 additions and 4 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Beatmaps.Drawables
}
}
public BeatmapGroup(WorkingBeatmap beatmap)
public BeatmapGroup(WorkingBeatmap beatmap, BeatmapSetInfo set = null)
{
this.beatmap = beatmap;