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:
parent
c4d5ac7008
commit
d3ceb1b520
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user