mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
added unneeded whitespace
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user