mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 03:09:54 +08: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