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:
parent
6d254fba0a
commit
49658b6f82
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user