mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 17:32:54 +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);
|
dependencies.CacheAs(Playfield);
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
PlayfieldContentContainer = new Container
|
PlayfieldContentContainer = new Container
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user