From 7ee93e3ada97e360b605c550ebc1cdeb3d739fcd Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Mon, 25 Oct 2021 21:59:29 +0200 Subject: [PATCH] * dash --- scripts/songselect/songwheel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index e19f294..8fbdd45 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -512,7 +512,7 @@ function drawData() -- Draws the song data on the left panel gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_MIDDLE) gfx.BeginPath(); - gfx.Text((diff.scores[i]) and diff.scores[i].score or "00000000", sbBarContentRightX, scoreBoardY + sbBarHeight/2 + i*sbBarHeight); + gfx.Text((diff.scores[i]) and diff.scores[i].score or "-", sbBarContentRightX, scoreBoardY + sbBarHeight/2 + i*sbBarHeight); end gfx.FontSize(22)