Adjust to new path structure

This commit is contained in:
smoogipoo
2018-11-12 13:55:14 +09:00
parent 54ab256c8e
commit 51e4feeda7
2 changed files with 3 additions and 39 deletions

View File

@ -45,8 +45,6 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
{
base.Update();
slider.Path.Calculate();
var vertices = new List<Vector2>();
slider.Path.GetPathToProgress(vertices, 0, 1);