1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Simplify counter addition in BeatmapRulesetTabItem

This commit is contained in:
Andrei Zavatski 2020-02-03 15:25:07 +03:00
parent fa453bc3e1
commit 2abcc6ad69

View File

@ -34,7 +34,7 @@ namespace osu.Game.Overlays.BeatmapSet
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load() private void load()
{ {
Content.Add(countContainer = new Container Add(countContainer = new Container
{ {
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Anchor = Anchor.Centre, Anchor = Anchor.Centre,