PlayfieldLayer -> PlayfieldAdjustmentContainer

This commit is contained in:
smoogipoo
2018-10-05 10:39:18 +09:00
parent c3fa7f167f
commit d0007c047a
7 changed files with 9 additions and 9 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Catch.UI
Size = new Vector2(0.86f); // matches stable's vertical offset for catcher plate
InternalChild = new PlayfieldLayer
InternalChild = new PlayfieldAdjustmentContainer
{
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]