mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Simplify counter addition in BeatmapRulesetTabItem
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user