Add and consume SoloScoreInfo

This commit is contained in:
Dean Herbert
2022-07-12 04:04:21 +09:00
parent 41c2263fa4
commit 1bef2d7b39
5 changed files with 129 additions and 5 deletions

View File

@ -101,7 +101,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
scoreTable.Show();
var userScore = value.UserScore;
var userScoreInfo = userScore?.Score.CreateScoreInfo(rulesets, beatmapInfo);
var userScoreInfo = userScore?.Score.ToScoreInfo(rulesets, beatmapInfo);
topScoresContainer.Add(new DrawableTopScore(topScore));