mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 01:05:02 +08:00
Remove redundant explicit array type specification
This commit is contained in:
@@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
dependencies.CacheAs(Playfield);
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
InternalChildren = new[]
|
||||
{
|
||||
PlayfieldContentContainer = new Container
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user