Rename to forcefocus

This commit is contained in:
Angelo Geels 2016-10-23 13:36:50 +02:00
parent 1b67db0487
commit 2830edc52e

View file

@ -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)