mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 21:13:01 +08:00
Simplify counter addition in BeatmapRulesetTabItem
This commit is contained in:
parent
fa453bc3e1
commit
2abcc6ad69
@ -34,7 +34,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Content.Add(countContainer = new Container
|
||||
Add(countContainer = new Container
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user