mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
CI fixes
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user