mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Replace loaded check with better variation
This commit is contained in:
parent
be2d34d5dc
commit
d7ca2cf1cc
@ -120,7 +120,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
statisticsColumns.ChildrenEnumerable = value.SortedStatistics.Select(kvp => createStatisticsColumn(kvp.Key, kvp.Value));
|
||||
modsColumn.Mods = value.Mods;
|
||||
|
||||
if (IsLoaded)
|
||||
if (scoreManager != null)
|
||||
totalScoreColumn.Current = scoreManager.GetBindableTotalScoreString(value);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user