Merge branch 'master' into difficulty-adjustment-extension

This commit is contained in:
smoogipoo
2021-02-10 20:42:08 +09:00
679 changed files with 18700 additions and 6150 deletions

View File

@ -67,8 +67,8 @@ namespace osu.Game.Rulesets.Catch.Mods
{
base.ApplySettings(difficulty);
difficulty.CircleSize = CircleSize.Value;
difficulty.ApproachRate = ApproachRate.Value;
ApplySetting(CircleSize, cs => difficulty.CircleSize = cs);
ApplySetting(ApproachRate, ar => difficulty.ApproachRate = ar);
}
}
}