From 2830edc52e1c433fff0b9b0a5f45571de2f1a3cd Mon Sep 17 00:00:00 2001 From: Angelo Geels Date: Sun, 23 Oct 2016 13:36:50 +0200 Subject: [PATCH] Rename to forcefocus --- input.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input.lua b/input.lua index 209d380..57a4e48 100644 --- a/input.lua +++ b/input.lua @@ -49,9 +49,9 @@ return function(core, input, ...) end -- user interaction - if input.force ~= nil and input.force then + if input.forcefocus ~= nil and input.forcefocus then core.active = opt.id - input.force = false + input.forcefocus = false end opt.state = core:registerHitbox(opt.id, x,y,w,h)