mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Fix wrong formatting in array creation
This commit is contained in:
parent
450e7016bc
commit
19f0caa0f3
@ -177,7 +177,8 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
|
||||
{
|
||||
createVisualiser(true);
|
||||
|
||||
Vector2[] points = [
|
||||
Vector2[] points =
|
||||
[
|
||||
new Vector2(200),
|
||||
new Vector2(300),
|
||||
new Vector2(500, 300),
|
||||
|
Loading…
Reference in New Issue
Block a user