Add mania stage test case

This commit is contained in:
smoogipoo
2018-06-08 14:28:27 +09:00
parent 32037701bf
commit ee64760406
5 changed files with 54 additions and 8 deletions

View File

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