This commit is contained in:
FajsiEx 2021-10-25 21:59:29 +02:00
parent 3e9faf28b5
commit 7ee93e3ada
1 changed files with 1 additions and 1 deletions

View File

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