mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:13:21 +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]
|
[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,
|
||||||
|
Loading…
Reference in New Issue
Block a user