mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
removed unneeded comment
This commit is contained in:
parent
4493ca4dda
commit
fed733202e
@ -123,7 +123,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
aimValue *= 1.0 + 0.04 * (12.0 - Attributes.ApproachRate);
|
||||
}
|
||||
|
||||
// Scale the aim value with accuracy
|
||||
aimValue *= accuracy;
|
||||
// It is important to also consider accuracy difficulty when doing that.
|
||||
aimValue *= 0.98 + Math.Pow(Attributes.OverallDifficulty, 2) / 2500;
|
||||
|
Loading…
Reference in New Issue
Block a user