Rename to forcefocus
This commit is contained in:
parent
1b67db0487
commit
2830edc52e
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ return function(core, input, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- user interaction
|
-- user interaction
|
||||||
if input.force ~= nil and input.force then
|
if input.forcefocus ~= nil and input.forcefocus then
|
||||||
core.active = opt.id
|
core.active = opt.id
|
||||||
input.force = false
|
input.forcefocus = false
|
||||||
end
|
end
|
||||||
|
|
||||||
opt.state = core:registerHitbox(opt.id, x,y,w,h)
|
opt.state = core:registerHitbox(opt.id, x,y,w,h)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue