diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index 72e4998..aa12c95 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -942,6 +942,9 @@ render = function (deltaTime) end songs_changed = function (withAll) + + irLeaderboardsCache = {} -- Reset LB cache + if not withAll then return end game.SetSkinSetting('_songWheelScrollbarTotal', #songwheel.songs)