mirror of
https://github.com/osukey/osukey.git
synced 2025-06-18 09:47:59 +09: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;
|
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)
|
while (rhythmStart < Previous.Count - 2 && current.StartTime - Previous[rhythmStart].StartTime < history_time_max)
|
||||||
rhythmStart++;
|
rhythmStart++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user