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)