1
0
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:
Xexxar 2020-12-10 09:48:40 -06:00
parent 54abc3bd4d
commit cc5639d2b4

View File

@ -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;
}