mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Remove uneeded complexity
This commit is contained in:
parent
c87ff82c1c
commit
4664bb1d29
@ -55,7 +55,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
|
||||
bool firstDeltaSwitch = false;
|
||||
|
||||
int rhythmStart = Math.Min(Previous.Count - 2, 0);
|
||||
int rhythmStart = 0;
|
||||
|
||||
while (rhythmStart < Previous.Count - 2 && current.StartTime - Previous[rhythmStart].StartTime < history_time_max)
|
||||
rhythmStart++;
|
||||
|
Loading…
Reference in New Issue
Block a user