aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'system.lua')
-rw-r--r--system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.lua b/system.lua
index cf97133..6a528d4 100644
--- a/system.lua
+++ b/system.lua
@@ -21,7 +21,7 @@ function drawSystem()
start.o = true
end
end
- if start.o == true and sys.mouse.p.p == true and sys.mouse.p.x > 255 or sys.mouse.p.y < 220 then
+ if start.o == true and sys.mouse.p.p == true and sys.mouse.p.x > 255 or sys.mouse.p.y < sys.h-380 then
start.o = false
end
drawLayer(7)