This commit is contained in:
parent
29b1fc6469
commit
36d14e2ae1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue