Implement proper scrolling directions

This commit is contained in:
smoogipoo
2018-01-04 19:17:40 +09:00
parent f34131f8f4
commit 651e24e3cc
8 changed files with 53 additions and 21 deletions

View File

@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Mania.UI
private const float opacity_pressed = 0.25f;
public Column()
: base(Direction.Vertical)
: base(ScrollingDirection.Down)
{
Width = column_width;