Rename method to be more appropriate

Also adds xmldoc.
This commit is contained in:
Dean Herbert
2019-12-25 15:20:04 +09:00
parent e019ea408a
commit 52ba0cd816
3 changed files with 14 additions and 6 deletions

View File

@ -30,9 +30,9 @@ namespace osu.Game.Rulesets.Catch.Mods
Value = 5,
};
protected override void UpdateSettings(BeatmapDifficulty difficulty)
protected override void TransferSettings(BeatmapDifficulty difficulty)
{
base.UpdateSettings(difficulty);
base.TransferSettings(difficulty);
CircleSize.Value = CircleSize.Default = difficulty.CircleSize;
ApproachRate.Value = ApproachRate.Default = difficulty.ApproachRate;