1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +08:00

Increase taps to consider for better results for longer tap periods

This commit is contained in:
Dean Herbert 2022-06-02 17:03:48 +09:00
parent 4abfb35611
commit e75609dfb9

View File

@ -66,7 +66,7 @@ namespace osu.Game.Screens.Edit.Timing
private const int initial_taps_to_ignore = 4;
private const int max_taps_to_consider = 8;
private const int max_taps_to_consider = 16;
private const double transition_length = 500;