1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Remove redundant array spec

This commit is contained in:
Dean Herbert 2024-06-27 22:19:06 +09:00
parent 1b741dada3
commit b293eb7930
No known key found for this signature in database

View File

@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Osu.Edit
updatePositionSnapGrid();
RightToolbox.Clear();
RightToolbox.AddRange(new EditorToolboxGroup[]
RightToolbox.AddRange(new[]
{
new EditorToolboxGroup("inspector")
{