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:
@@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
updatePositionSnapGrid();
|
||||
|
||||
RightToolbox.Clear();
|
||||
RightToolbox.AddRange(new EditorToolboxGroup[]
|
||||
RightToolbox.AddRange(new[]
|
||||
{
|
||||
new EditorToolboxGroup("inspector")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user