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:
parent
4abfb35611
commit
e75609dfb9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user