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";