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:
parent
17bc714297
commit
d335a2229f
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user