mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Increase taps to consider for better results for longer tap periods
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user