Merge branch 'master' into tighten-diffcalc-tolerances

This commit is contained in:
Dean Herbert
2018-10-18 14:01:47 +09:00
committed by GitHub
35 changed files with 145 additions and 118 deletions

View File

@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Osu.Objects
public SliderCurve Curve { get; } = new SliderCurve();
public List<Vector2> ControlPoints
public Vector2[] ControlPoints
{
get { return Curve.ControlPoints; }
set { Curve.ControlPoints = value; }