Check if StatisticItem.Name is null or empty

This commit is contained in:
naoei
2022-08-20 21:48:53 -04:00
parent 9386d352b8
commit 29ef1c8db8
3 changed files with 5 additions and 4 deletions

View File

@ -317,7 +317,7 @@ namespace osu.Game.Rulesets.Osu
{
Columns = new[]
{
new StatisticItem(null, () => new SimpleStatisticTable(3, new SimpleStatisticItem[]
new StatisticItem(string.Empty, () => new SimpleStatisticTable(3, new SimpleStatisticItem[]
{
new AverageHitError(timedHitEvents),
new UnstableRate(timedHitEvents)