mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Implement proper scrolling directions
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user