Merge branch 'master' into removeAge

This commit is contained in:
Dean Herbert
2018-07-09 17:43:23 +09:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@ -46,6 +46,8 @@ namespace osu.Game.Screens.Select.Leaderboards
public void UpdateRank(ScoreRank newRank)
{
Rank = newRank;
if (IsLoaded)
updateTexture();
}
}

View File

@ -42,6 +42,8 @@ namespace osu.Game.Users
return;
country = value;
if (IsLoaded)
sprite.Texture = getFlagTexture();
}
}