Remove scroll direction from ScrolingPlayfield constructor

This commit is contained in:
smoogipoo
2018-07-17 15:14:03 +09:00
parent 9ee54dabfa
commit 827c5c4939
11 changed files with 17 additions and 23 deletions

View File

@ -32,8 +32,7 @@ namespace osu.Game.Rulesets.Mania.UI
protected override Container<Drawable> Content => hitObjectArea;
public Column(ScrollingDirection direction)
: base(direction)
public Column()
{
RelativeSizeAxes = Axes.Y;
Width = column_width;