mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Reset top score avatar before updating it
This commit is contained in:
@ -116,6 +116,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
{
|
||||
set
|
||||
{
|
||||
avatar.Reset();
|
||||
avatar.User = value.User;
|
||||
flag.Country = value.User.Country;
|
||||
date.Text = $@"achieved {value.Date.Humanize()}";
|
||||
|
Reference in New Issue
Block a user