mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
changed history length in speed
This commit is contained in:
parent
29a22bd11f
commit
df6e4664e0
@ -29,6 +29,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
private const double max_speed_bonus = 45; // ~330BPM
|
||||
private const double speed_balancing_factor = 40;
|
||||
|
||||
protected override int HistoryLength => 32;
|
||||
|
||||
public Speed(Mod[] mods)
|
||||
: base(mods)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user