1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Remove old scores before adding new ones

This commit is contained in:
TheWildTree 2020-03-04 20:01:15 +01:00
parent 9aacc3f5ae
commit 5628c5102d

View File

@ -56,6 +56,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
public void DisplayScores(IReadOnlyList<ScoreInfo> scores, bool showPerformanceColumn)
{
ClearScores();
if (!scores.Any())
return;