mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix mania playfield scrolling hitobjects in the wrong direction
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(ScrollingDirection.Down)
|
||||
: base(ScrollingDirection.Up)
|
||||
{
|
||||
Width = column_width;
|
||||
|
||||
|
Reference in New Issue
Block a user