diff --git a/scripts/songselect/filterwheel.lua b/scripts/songselect/filterwheel.lua index 03208f3..a045b24 100644 --- a/scripts/songselect/filterwheel.lua +++ b/scripts/songselect/filterwheel.lua @@ -271,6 +271,8 @@ function drawScrollbar() local total = game.GetSkinSetting('_songWheelScrollbarTotal') local index = game.GetSkinSetting('_songWheelScrollbarIndex') + if (index == nil) then return end; + gfx.BeginPath() local fillW = 27*0.85 local fillH = 65*0.85