mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
added unneeded whitespace
This commit is contained in:
parent
54abc3bd4d
commit
cc5639d2b4
@ -125,7 +125,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
aimValue *= 0.5 + accuracy / 2.0;
|
||||
// It is important to also consider accuracy difficulty when doing that
|
||||
aimValue *= 0.98 + Math.Pow(Attributes.OverallDifficulty, 2) / 2500;
|
||||
|
||||
|
||||
return aimValue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user