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

changed history length in speed

This commit is contained in:
emu1337 2021-08-16 16:42:07 +02:00
parent 29a22bd11f
commit df6e4664e0

View File

@ -29,6 +29,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
private const double max_speed_bonus = 45; // ~330BPM private const double max_speed_bonus = 45; // ~330BPM
private const double speed_balancing_factor = 40; private const double speed_balancing_factor = 40;
protected override int HistoryLength => 32;
public Speed(Mod[] mods) public Speed(Mod[] mods)
: base(mods) : base(mods)
{ {