diff options
| author | Chris B <1029chris@gmail.com> | 2016-06-14 20:15:07 -0700 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-06-14 20:15:07 -0700 |
| commit | b4ad348003feccc14e9aa4fe71233a69f76cf454 (patch) | |
| tree | 9866d6047f05b15b8b8e7bbd3e2ab22259f0e104 /var.lua | |
| parent | 138318b6bf5b2213338c8b9dc2e7104a0b41efa9 (diff) | |
Fixed settings menu bug
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ function loadVar() stre[1].hl = true modes = love.window.getFullscreenModes() for i=1,#modes do - if modes[i].width >= 1000 and modes[i].height >= 720 and i <= 10 then + if modes[i].width >= 1000 and modes[i].height >= 720 and i <= 9 then table.insert(stre, { title = modes[i].width .. "x" .. modes[i].height, hl = false, |
