1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-07 23:07:01 +09:00
This commit is contained in:
StanR 2025-03-17 02:21:21 +05:00
parent 7d69a3420b
commit bc08d251ba

View file

@ -118,7 +118,7 @@ namespace PerformanceCalculatorGUI.Components
{
positionChangeText.Text = $"{Score.PositionChange.Value:+0;-0;-}";
},
Children = new Drawable[]
Children = new[]
{
ShowAvatar
? new ClickableAvatar(Score.SoloScore.User, true)