From b9e7ec232e7411c548ef9a9296ce6479ebb26f26 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 17 Aug 2018 15:52:18 -0300 Subject: [PATCH] Properly color online top score %s with grades --- .../BGAnimations/ScreenSelectMusic decorations/profile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua index a2682e67f0..0afea4ba31 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua @@ -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