adjusted constant to 1.5 from 2.0 for acute

This commit is contained in:
Xexxar 2021-10-13 16:45:58 +00:00
parent 0292fe1c83
commit 4edf559408

View File

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