mirror of https://github.com/ppy/osu
Prevent unnecessary auto-size computations in mania
This commit is contained in:
parent
89399b177c
commit
9f73b2960d
|
@ -115,9 +115,8 @@ public ManiaStage(int firstColumnIndex, StageDefinition definition, ref ManiaAct
|
|||
{
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.Centre,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Y = HIT_TARGET_POSITION + 150,
|
||||
BypassAutoSizeAxes = Axes.Both
|
||||
},
|
||||
topLevelContainer = new Container { RelativeSizeAxes = Axes.Both }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue