Merge 33346148c6
into 1767782603
This commit is contained in:
commit
112455dce0
1 changed files with 2 additions and 2 deletions
4
core.lua
4
core.lua
|
@ -38,7 +38,7 @@ end
|
|||
|
||||
-- gui state
|
||||
function suit:setHovered(id)
|
||||
return self.hovered ~= id
|
||||
self.hovered = id
|
||||
end
|
||||
|
||||
function suit:anyHovered()
|
||||
|
@ -54,7 +54,7 @@ function suit:wasHovered(id)
|
|||
end
|
||||
|
||||
function suit:setActive(id)
|
||||
return self.active ~= nil
|
||||
self.active = id
|
||||
end
|
||||
|
||||
function suit:anyActive()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue