1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 12:40:50 +08:00

Merge pull request #8091 from smoogipoo/fix-mania-performance

Prevent unnecessary auto-size computations in mania
This commit is contained in:
Dean Herbert
2020-03-03 13:31:22 +09:00
committed by GitHub
Unverified
+1 -2
View File
@@ -115,9 +115,8 @@ namespace osu.Game.Rulesets.Mania.UI
{
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 }
}