mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Resolve inspection issue
This commit is contained in:
parent
ad95f037de
commit
6d91c0f375
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
protected override double DifficultyMultiplier => 1.04;
|
||||
private readonly double greatWindow;
|
||||
|
||||
private List<double> objectStrains = new List<double>();
|
||||
private readonly List<double> objectStrains = new List<double>();
|
||||
|
||||
public Speed(Mod[] mods, double hitWindowGreat)
|
||||
: base(mods)
|
||||
|
Loading…
Reference in New Issue
Block a user