1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:23:20 +08:00

reverted speed change

This commit is contained in:
Givikap120 2024-07-18 19:43:55 +03:00
parent c4d5ac7008
commit d3ceb1b520

View File

@ -25,8 +25,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
protected override int ReducedSectionCount => 5;
protected override double DifficultyMultiplier => 1.04;
// Used to calculate acc punishment
private readonly List<double> objectStrains = new();
private readonly List<double> objectStrains = new List<double>();
public Speed(Mod[] mods)
: base(mods)