mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove redundant type specification
This commit is contained in:
@ -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)),
|
||||
|
Reference in New Issue
Block a user