aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-06-14 20:15:07 -0700
committerChris B <1029chris@gmail.com>2016-06-14 20:15:07 -0700
commitb4ad348003feccc14e9aa4fe71233a69f76cf454 (patch)
tree9866d6047f05b15b8b8e7bbd3e2ab22259f0e104
parent138318b6bf5b2213338c8b9dc2e7104a0b41efa9 (diff)
Fixed settings menu bug
-rw-r--r--var.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/var.lua b/var.lua
index 593032e..fed40ef 100644
--- a/var.lua
+++ b/var.lua
@@ -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,