mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Remove redundant type specification
This commit is contained in:
parent
1f0945d4de
commit
337311c323
@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
{
|
||||
Slider slider = new Slider { StartTime = 1000 };
|
||||
|
||||
PathControlPoint[] points = new PathControlPoint[]
|
||||
PathControlPoint[] points =
|
||||
{
|
||||
new PathControlPoint(),
|
||||
new PathControlPoint(new Vector2(50, 0)),
|
||||
|
Loading…
Reference in New Issue
Block a user