fixed some visual bugs

This commit is contained in:
2026-01-02 17:10:23 -05:00
parent f5657a1799
commit 73ded39e15
2 changed files with 9 additions and 8 deletions

View File

@ -586,7 +586,7 @@ local function selectGateFromList(isHazardGate)
-- YES clicked
confirmed = true
break
elseif cx >= 18 and cx <= 22 then
elseif cx >= 17 and cx <= 21 then
-- NO clicked
break
end