diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index 56b250c..25b8028 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -313,7 +313,7 @@ function drawSong(song, y) end gfx.BeginPath(); - gfx.ImageRect(songX+390, y+47, 60, 60, gradeImage, 1, 0); + gfx.ImageRect(songX+391, y+47, 60, 60, gradeImage, 1, 0); end