Prevent unnecessary auto-size computations in mania

This commit is contained in:
smoogipoo 2020-03-02 20:08:04 +09:00
parent 89399b177c
commit 9f73b2960d
1 changed files with 1 additions and 2 deletions

View File

@ -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 }
}