mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove gross autoSizingAxes and life time.
This commit is contained in:
@ -122,7 +122,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
Padding = new MarginPadding { Top = HIT_TARGET_POSITION },
|
||||
Children = new[]
|
||||
{
|
||||
barLineContainer = new SpeedAdjustmentCollection
|
||||
barLineContainer = new SpeedAdjustmentCollection(Axes.Y)
|
||||
{
|
||||
Name = "Bar lines",
|
||||
Anchor = Anchor.TopCentre,
|
||||
|
Reference in New Issue
Block a user