1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:09:52 +08:00

Remove redundant array spec

This commit is contained in:
Dean Herbert
2024-06-27 22:19:06 +09:00
Unverified
parent 1b741dada3
commit b293eb7930
@@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Osu.Edit
updatePositionSnapGrid();
RightToolbox.Clear();
RightToolbox.AddRange(new EditorToolboxGroup[]
RightToolbox.AddRange(new[]
{
new EditorToolboxGroup("inspector")
{