1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Tweak average_count

This commit is contained in:
Henry Lin 2022-03-02 21:07:57 +08:00
parent 17bc714297
commit d335a2229f

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// Adjust track rate using the average speed of the last x hits
/// </summary>
private const int average_count = 10;
private const int average_count = 6;
public override string Name => "Adaptive Speed";