mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
fixed issue with comment
This commit is contained in:
@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
: 0.0);
|
||||
}
|
||||
|
||||
// Scale the speed value with accuracy _alot_
|
||||
// Scale the aim value with accuracy _alot_
|
||||
if (accuracy > .8)
|
||||
aimValue *= 0.5 + Math.Pow(Math.Sin(2.5 * (accuracy - .8) * Math.PI), 2) / 2;
|
||||
else
|
||||
|
Reference in New Issue
Block a user