Remove redundant type specification

This commit is contained in:
Bartłomiej Dach 2020-11-15 20:52:58 +01:00
parent 1f0945d4de
commit 337311c323

View File

@ -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)),