mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add circular arc approximator for "perfect" sliders.
This commit is contained in:
@ -83,7 +83,7 @@ namespace osu.Game.Modes.Osu.Objects
|
||||
|
||||
s.Curve = new SliderCurve
|
||||
{
|
||||
Path = points,
|
||||
ControlPoints = points,
|
||||
Length = length,
|
||||
CurveType = curveType
|
||||
};
|
||||
|
Reference in New Issue
Block a user