1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 18:23:04 +08:00

Remove duplicate definition of bonus text in ArgonSpinner

This commit is contained in:
Dean Herbert 2023-10-20 16:05:29 +09:00
parent 3986cec949
commit 181a98e8ef
No known key found for this signature in database

View File

@ -35,14 +35,6 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
InternalChildren = new Drawable[] InternalChildren = new Drawable[]
{ {
bonusCounter = new OsuSpriteText
{
Alpha = 0,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Font = OsuFont.Default.With(size: 24),
Y = -120,
},
new ArgonSpinnerDisc new ArgonSpinnerDisc
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,