mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Merge branch 'aim-refactor-velocity' into aim-refactor-ppcalc
This commit is contained in:
commit
860f9f0860
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
private const double wide_angle_multiplier = 1.5;
|
||||
private const double acute_angle_multiplier = 2.0;
|
||||
private const double slider_multiplier = 1.5;
|
||||
private const double vel_change_multiplier = 1.0;
|
||||
private const double vel_change_multiplier = 0.75;
|
||||
|
||||
private double currentStrain = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user