mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +08:00
Fixed syntax warning for playfield children
This commit is contained in:
parent
1fa3764a1d
commit
029d15f2a2
@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
|
||||
public TaikoPlayfield(ControlPointInfo controlPoints)
|
||||
{
|
||||
InternalChildren = new Drawable[]
|
||||
InternalChildren = new[]
|
||||
{
|
||||
backgroundContainer = new Container
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user