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:
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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user