ScoreInfo scoreInfo -> ScoreInfo score

This commit is contained in:
Dean Herbert
2018-11-30 15:18:52 +09:00
parent 271dcded3c
commit 831cd3ed59
25 changed files with 135 additions and 135 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
return;
}
topScore.ScoreInfo = scores.FirstOrDefault();
topScore.Score = scores.FirstOrDefault();
topScore.Show();
flow.Clear();