1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Fix wrong formatting in array creation

This commit is contained in:
Arthur Araujo 2024-03-31 13:39:19 -03:00
parent 450e7016bc
commit 19f0caa0f3

View File

@ -177,7 +177,8 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
{ {
createVisualiser(true); createVisualiser(true);
Vector2[] points = [ Vector2[] points =
[
new Vector2(200), new Vector2(200),
new Vector2(300), new Vector2(300),
new Vector2(500, 300), new Vector2(500, 300),