mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00: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 };
|
Slider slider = new Slider { StartTime = 1000 };
|
||||||
|
|
||||||
PathControlPoint[] points = new PathControlPoint[]
|
PathControlPoint[] points =
|
||||||
{
|
{
|
||||||
new PathControlPoint(),
|
new PathControlPoint(),
|
||||||
new PathControlPoint(new Vector2(50, 0)),
|
new PathControlPoint(new Vector2(50, 0)),
|
||||||
|
Loading…
Reference in New Issue
Block a user