mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #98
This commit is contained in:
parent
e84048b74e
commit
10a1eb31bb
@ -771,10 +771,10 @@ function newobject:CheckHover()
|
||||
end
|
||||
|
||||
local hover = self.hover
|
||||
local calledmousefunc = self.calledmousefunc
|
||||
|
||||
-- check for mouse enter and exit events
|
||||
if hover then
|
||||
local calledmousefunc = self.calledmousefunc
|
||||
loveframes.hover = true
|
||||
if not calledmousefunc then
|
||||
local on_mouse_enter = self.OnMouseEnter
|
||||
|
Loading…
Reference in New Issue
Block a user