mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Increase max taps to 128 for now
Will revisit this in the future with a more sound algorithm.
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 = 16;
|
||||
private const int max_taps_to_consider = 128;
|
||||
|
||||
private const double transition_length = 500;
|
||||
|
||||
|
Reference in New Issue
Block a user