mirror of
https://github.com/ppy/osu
synced 2024-12-16 20:05:41 +00:00
Fix missing wireframe behind percent sign on accuracy counter
This commit is contained in:
parent
77bf6e3244
commit
92ba770314
@ -90,6 +90,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
percentText = new ArgonCounterTextComponent(Anchor.TopLeft)
|
||||
{
|
||||
Text = @"%",
|
||||
RequiredDisplayDigits = { Value = 1 },
|
||||
WireframeOpacity = { BindTarget = WireframeOpacity }
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user