mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Fix post-merge errors
This commit is contained in:
@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
new Speed()
|
||||
};
|
||||
|
||||
protected override DifficultyAttributes CreateDifficultyAttributes(Mod[] mods) => new OsuDifficultyAttributes(mods);
|
||||
protected override DifficultyAttributes CreateDifficultyAttributes() => new OsuDifficultyAttributes();
|
||||
|
||||
protected override Mod[] DifficultyAdjustmentMods => new Mod[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user