mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:51:26 +08:00
adjusted constant to 1.5 from 2.0 for acute
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user