Add level selector / leaderboard browser #7

Merged
Not merged 23 commits from browser into master 2022-09-06 10:08:42 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d7dc3336dd - Show all commits

View File

@ -399,7 +399,7 @@ local function controller(player)
updateKeyRepeat()
elseif cmd.buttons & BT_DRIFT then
scrollPos = 1
if modes then
if modes and #modes then
mode = $ % #modes + 1
prefMode = modes[mode]
end