mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
changed history length in speed
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user