Merge remote-tracking branch 'origin/master' into mania-notes

This commit is contained in:
smoogipooo
2017-05-11 13:01:00 +09:00
12 changed files with 45 additions and 56 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Desktop.VisualTests.Beatmaps
public class TestWorkingBeatmap : WorkingBeatmap
{
public TestWorkingBeatmap(Beatmap beatmap)
: base(beatmap.BeatmapInfo, beatmap.BeatmapInfo.BeatmapSet)
: base(beatmap.BeatmapInfo)
{
this.beatmap = beatmap;
}