Merge remote-tracking branch 'upstream/master' into nightcore-beats

This commit is contained in:
Dean Herbert
2019-12-16 18:03:32 +09:00
11 changed files with 160 additions and 137 deletions

View File

@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Catch.Objects
if (value != null)
{
path.ControlPoints.AddRange(value.ControlPoints);
path.ControlPoints.AddRange(value.ControlPoints.Select(c => new PathControlPoint(c.Position.Value, c.Type.Value)));
path.ExpectedDistance.Value = value.ExpectedDistance.Value;
}
}