* bust lb cache when exiting gameplay

This commit is contained in:
FajsiEx 2021-12-16 18:17:48 +01:00
parent bd0a3c1005
commit c737f23b13
1 changed files with 3 additions and 0 deletions

View File

@ -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)