This commit is contained in:
smoogipoo
2017-11-17 14:26:33 +09:00
parent 7892eefd68
commit ac6213d1fa
9 changed files with 6 additions and 9 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Beatmaps
{
}
protected DifficultyCalculator(Beatmap beatmap, Mod[] mods)
protected DifficultyCalculator(Beatmap beatmap, Mod[] mods = null)
{
Beatmap = CreateBeatmapConverter().Convert(beatmap);
Mods = mods ?? new Mod[0];