mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 03:32:54 +08:00
Merge pull request #8091 from smoogipoo/fix-mania-performance
Prevent unnecessary auto-size computations in mania
This commit is contained in:
commit
0eff39e3dc
@ -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 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user