1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Fixed syntax warning for playfield children

This commit is contained in:
Tim Oliver 2020-04-23 20:14:39 +08:00
parent 1fa3764a1d
commit 029d15f2a2

View File

@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Taiko.UI
public TaikoPlayfield(ControlPointInfo controlPoints) public TaikoPlayfield(ControlPointInfo controlPoints)
{ {
InternalChildren = new Drawable[] InternalChildren = new[]
{ {
backgroundContainer = new Container backgroundContainer = new Container
{ {