mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 23:10:51 +08:00
InternalChildren -> Children.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
Width = column_width;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
Children = new Drawable[]
|
||||
{
|
||||
background = new Box
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user