Fix UserTopScoreContainer is also tinted

This commit is contained in:
Ganendra Afrasya
2019-11-01 23:00:55 +07:00
parent d9a91100fb
commit ce3b34a768
2 changed files with 5 additions and 3 deletions

View File

@ -77,7 +77,7 @@ namespace osu.Game.Screens.Select.Leaderboards
if (newScore == null)
return;
LoadComponentAsync(new LeaderboardScore(newScore.Score, newScore.Position)
LoadComponentAsync(new LeaderboardScore(newScore.Score, newScore.Position, false)
{
Action = () => ScoreSelected?.Invoke(newScore.Score)
}, drawableScore =>