1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Fix missing wireframe behind percent sign on accuracy counter

This commit is contained in:
Bartłomiej Dach 2024-01-09 14:00:58 +01:00
parent 77bf6e3244
commit 92ba770314
No known key found for this signature in database

View File

@ -90,6 +90,7 @@ namespace osu.Game.Screens.Play.HUD
percentText = new ArgonCounterTextComponent(Anchor.TopLeft)
{
Text = @"%",
RequiredDisplayDigits = { Value = 1 },
WireframeOpacity = { BindTarget = WireframeOpacity }
},
}