mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
merge in ppy/master
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user