diff --git a/scripts/result.lua b/scripts/result.lua index 9c3acf6..11829c4 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -543,7 +543,7 @@ local drawRightPanelContent = function() scoreNumber, true, 0.25, 1.12) -- If this is the highscore, draw over the glowing best badge - if highScoreDelta > 0 and not result.autoplay or result.badge ~= 0 then + if highScoreDelta > 0 and not result.autoplay then gfx.BeginPath(); gfx.ImageRect(rightPanelX + 364, rightPanelY + 167, 97, 53, bestScoreBadgeImage, 1, 0);