merge in ppy/master

This commit is contained in:
Xexxar
2021-10-28 14:47:28 +00:00
396 changed files with 3756 additions and 1920 deletions

View File

@ -145,7 +145,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
// Skip the head circle
var scoringTimes = slider.NestedHitObjects.Skip(1).Select(t => t.StartTime);
foreach (var time in scoringTimes)
foreach (double time in scoringTimes)
computeVertex(time);
}