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:
@ -58,7 +58,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
private readonly int columnCount;
|
||||
|
||||
public ManiaPlayfield(int columnCount)
|
||||
: base(Direction.Vertical)
|
||||
: base(ScrollingDirection.Down)
|
||||
{
|
||||
this.columnCount = columnCount;
|
||||
|
||||
|
Reference in New Issue
Block a user