Make score setter private

This commit is contained in:
Dean Herbert
2022-01-28 21:59:29 +09:00
parent b85b2c01fb
commit 661fec7c8a
3 changed files with 5 additions and 5 deletions

View File

@ -128,9 +128,6 @@ namespace osu.Game.Tests.Visual.UserInterface
scoreManager.Undelete(r.All<ScoreInfo>().Where(s => s.DeletePending).ToList());
});
leaderboard.Scores = null;
leaderboard.FinishTransforms(true); // After setting scores, we may be waiting for transforms to expire drawables
leaderboard.BeatmapInfo = beatmapInfo;
leaderboard.RefetchScores(); // Required in the case that the beatmap hasn't changed
});