Merge remote-tracking branch 'refs/remotes/ppy/master' into rankings-overlay-update

This commit is contained in:
Andrei Zavatski
2020-02-04 11:19:13 +03:00
19 changed files with 401 additions and 18 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Overlays.Rankings.Tables
protected sealed override Drawable[] CreateAdditionalContent(UserStatistics item) => new[]
{
new ColoredRowText { Text = $@"{item.Accuracy:F2}%", },
new ColoredRowText { Text = item.DisplayAccuracy, },
new ColoredRowText { Text = $@"{item.PlayCount:N0}", },
}.Concat(CreateUniqueContent(item)).Concat(new[]
{