Skip to content

Commit

Permalink
Properly color online top score %s with grades
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Aug 17, 2018
1 parent ba21ec5 commit b9e7ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ local function rankingLabel(i)
else
if onlineScore then
self:settextf("%5.2f%%", onlineScore.wife*100)
self:diffuse(getGradeColor("Grade_Tier03"))
self:diffuse(getGradeColor(onlineScore.grade))
else
self:settext("")
end
Expand Down

0 comments on commit b9e7ec2

Please sign in to comment.