mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +08:00
InternalChildren -> Children.
This commit is contained in:
parent
9b0aed7c48
commit
bc629d193d
@ -46,7 +46,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
RelativeSizeAxes = Axes.Y;
|
RelativeSizeAxes = Axes.Y;
|
||||||
Width = column_width;
|
Width = column_width;
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
background = new Box
|
background = new Box
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user