diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index abe2a20..51480b2 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -463,7 +463,7 @@ function drawFilterInfo(deltatime) gfx.ImageRect(desw - 310 - 5, 108, 310, 75, sortInfoBgImage, 1, 0) gfx.BeginPath() - gfx.Text(sortOptionLabel or '', desw-165, 130); + gfx.Text(sortOptionLabel or '', desw-150, 130); end function drawSearch()