mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 15:32:58 +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)
|
public void DisplayScores(IReadOnlyList<ScoreInfo> scores, bool showPerformanceColumn)
|
||||||
{
|
{
|
||||||
|
ClearScores();
|
||||||
|
|
||||||
if (!scores.Any())
|
if (!scores.Any())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user