1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 15:23:14 +08:00

revert velocity multiplier to 0.75

This commit is contained in:
Xexxar 2021-11-06 21:55:47 +00:00
parent 7af1a0bf12
commit bd58d2873e

View File

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