mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Remove redundant array spec
This commit is contained in:
parent
2624862e32
commit
72789dc0aa
@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
Origin = Anchor.TopLeft,
|
Origin = Anchor.TopLeft,
|
||||||
};
|
};
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new []
|
||||||
{
|
{
|
||||||
explodingFruitContainer,
|
explodingFruitContainer,
|
||||||
CatcherArea.MovableCatcher.CaughtFruitContainer.CreateProxy(),
|
CatcherArea.MovableCatcher.CaughtFruitContainer.CreateProxy(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user