Refactor hitobjects to remove default control point

This commit is contained in:
smoogipoo
2019-12-09 17:48:27 +09:00
parent 9cb649436c
commit fa1468325e
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ namespace osu.Game.Rulesets.Catch.Objects
public double Duration => EndTime - StartTime;
private readonly SliderPath path = new SliderPath(new[] { new PathControlPoint { Type = { Value = PathType.Linear } } });
private readonly SliderPath path = new SliderPath();
public SliderPath Path
{