Reorder fields

This commit is contained in:
smoogipoo
2018-06-07 21:19:31 +09:00
parent 207cdbdefe
commit 0c35908802
2 changed files with 5 additions and 5 deletions

View File

@ -20,14 +20,14 @@ namespace osu.Game.Rulesets.Mania.UI.Components
private readonly ScrollingDirection direction;
private Box background;
private Box backgroundOverlay;
public ColumnBackground(ScrollingDirection direction)
{
this.direction = direction;
}
private Box background;
private Box backgroundOverlay;
[BackgroundDependencyLoader]
private void load()
{