mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00: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 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;
|
private const double transition_length = 500;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user