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:
parent
9aacc3f5ae
commit
5628c5102d
@ -56,6 +56,8 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
|
||||
public void DisplayScores(IReadOnlyList<ScoreInfo> scores, bool showPerformanceColumn)
|
||||
{
|
||||
ClearScores();
|
||||
|
||||
if (!scores.Any())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user