mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Pass sub-controlpoints as span slices
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Tests.Visual
|
||||
new Slider
|
||||
{
|
||||
Position = new Vector2(128, 256),
|
||||
ControlPoints = new List<Vector2>
|
||||
ControlPoints = new[]
|
||||
{
|
||||
Vector2.Zero,
|
||||
new Vector2(216, 0),
|
||||
|
Reference in New Issue
Block a user