Rename extension and move to bottom of file

This commit is contained in:
Joseph Madamba
2021-04-30 12:40:16 -07:00
parent cfbf95b433
commit 786ab163f6
3 changed files with 8 additions and 8 deletions

View File

@ -60,7 +60,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
var scoreInfos = value.Scores.Select(s => s.CreateScoreInfo(rulesets)).ToList();
var topScore = scoreInfos.First();
scoreTable.DisplayScores(scoreInfos, topScore.Beatmap?.Status.HasPerformancePoints() ?? false);
scoreTable.DisplayScores(scoreInfos, topScore.Beatmap?.Status.GrantsPerformancePoints() ?? false);
scoreTable.Show();
var userScore = value.UserScore;