fix #1
This commit is contained in:
parent
a9bc4abfb8
commit
05f607aafe
1 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ func pointcast():
|
|||
if (hoveredObjects.size() >= 2):
|
||||
sortByPosY(hoveredObjects,false)
|
||||
if (hoveredObjects[0] != hoveredObject):
|
||||
$GrabTimer.stop()
|
||||
if (hoveredObject and hoveredObject.has_method("on_unhover")):
|
||||
hoveredObject.on_unhover()
|
||||
hoveredObject = hoveredObjects[0]
|
||||
|
|
Loading…
Reference in a new issue