aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,