1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Update design of "unprocessed PP" placeholder to match web

This commit is contained in:
Salman Ahmed 2024-02-05 23:28:30 +03:00
parent 6b7ffc240b
commit b78c6ed673

View File

@ -21,7 +21,7 @@ namespace osu.Game.Scoring.Drawables
{
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
Icon = FontAwesome.Solid.ExclamationTriangle;
Icon = FontAwesome.Solid.Sync;
}
}
}