mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Remove redundant explicit array type specification
This commit is contained in:
parent
4381169a3f
commit
7abd7fe658
@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
dependencies.CacheAs(Playfield);
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
InternalChildren = new[]
|
||||
{
|
||||
PlayfieldContentContainer = new Container
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user