1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 00:20:50 +08:00

Remove redundant array spec

This commit is contained in:
Dean Herbert
2020-07-15 21:52:37 +09:00
Unverified
parent 2624862e32
commit 72789dc0aa
+1 -1
View File
@@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Catch.UI
Origin = Anchor.TopLeft,
};
InternalChildren = new Drawable[]
InternalChildren = new []
{
explodingFruitContainer,
CatcherArea.MovableCatcher.CaughtFruitContainer.CreateProxy(),