1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 11:32:54 +08:00

set greatWindow to readonly

This commit is contained in:
apollo-dw 2021-09-15 10:29:30 +01:00
parent 6d254fba0a
commit 49658b6f82

View File

@ -30,7 +30,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
private const double min_speed_bonus = 75; // ~200BPM
private const double speed_balancing_factor = 40;
private double greatWindow;
private readonly double greatWindow;
public Speed(Mod[] mods, float od, double clockRate)
: base(mods)