1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:52:54 +08:00

Resolve inspection issue

This commit is contained in:
Dan Balasescu 2022-06-29 16:57:10 +09:00
parent ad95f037de
commit 6d91c0f375

View File

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