Fix default coverage

This commit is contained in:
smoogipoo 2020-07-16 17:35:00 +09:00
parent b7f6ae5db9
commit d546db0ec9
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ public PlayfieldCoveringContainer()
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both
RelativeSizeAxes = Axes.Both,
Height = 0
}
}
}