1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 06:23:47 +08:00

adjusted constant to 1.5 from 2.0 for acute

This commit is contained in:
Xexxar
2021-10-13 16:45:58 +00:00
Unverified
parent 0292fe1c83
commit 4edf559408
@@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
protected override int HistoryLength => 2;
private const double wide_angle_multiplier = 1.5;
private const double acute_angle_multiplier = 2.0;
private const double acute_angle_multiplier = 1.5;
private double currentStrain = 1;