This commit is contained in:
RealFD 2022-07-07 12:27:47 +02:00
parent 29b1fc6469
commit 36d14e2ae1
1 changed files with 1 additions and 1 deletions

View File

@ -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);