mirror of
https://github.com/ppy/osu
synced 2025-04-19 05:25:49 +00: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();
|
updatePositionSnapGrid();
|
||||||
|
|
||||||
RightToolbox.Clear();
|
RightToolbox.Clear();
|
||||||
RightToolbox.AddRange(new EditorToolboxGroup[]
|
RightToolbox.AddRange(new[]
|
||||||
{
|
{
|
||||||
new EditorToolboxGroup("inspector")
|
new EditorToolboxGroup("inspector")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user