1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 17:40:24 +08:00

Increase taps to consider for better results for longer tap periods

This commit is contained in:
Dean Herbert
2022-06-02 17:03:48 +09:00
Unverified
parent 4abfb35611
commit e75609dfb9
+1 -1
View File
@@ -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;