Merge branch 'master' into fix_song_rearranging_in_music_controller_playlist

This commit is contained in:
Dan Balasescu
2019-02-04 15:17:19 +09:00
committed by GitHub
2 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
var scoringTimes = slider.NestedHitObjects.Skip(1).Select(t => t.StartTime);
foreach (var time in scoringTimes)
computeVertex(time);
computeVertex(slider.EndTime);
}
private Vector2 getEndCursorPosition(OsuHitObject hitObject)