Reset top score avatar before updating it

This commit is contained in:
HoLLy
2019-06-21 16:47:19 +02:00
parent 1204c56d2d
commit fafec00667
2 changed files with 15 additions and 0 deletions

View File

@ -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()}";