mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
make ModDifficultyAdjust generic
This commit is contained in:
@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Osu
|
||||
return new Mod[]
|
||||
{
|
||||
new OsuModTarget(),
|
||||
new OsuModDifficultyAdjust(),
|
||||
new ModDifficultyAdjust(),
|
||||
};
|
||||
|
||||
case ModType.Automation:
|
||||
|
Reference in New Issue
Block a user