1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

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 };
PathControlPoint[] points = new PathControlPoint[]
PathControlPoint[] points =
{
new PathControlPoint(),
new PathControlPoint(new Vector2(50, 0)),