Add circular arc approximator for "perfect" sliders.

This commit is contained in:
Thomas Müller
2016-12-09 18:04:02 +01:00
parent 359cb5ac6a
commit 38968ad6d2
4 changed files with 137 additions and 19 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Modes.Osu.Objects
s.Curve = new SliderCurve
{
Path = points,
ControlPoints = points,
Length = length,
CurveType = curveType
};