This commit is contained in:
SandPoot
2024-08-12 19:52:51 -03:00
parent 5d49d1c13b
commit d0a14830ee

View File

@@ -76,6 +76,9 @@
if(old_object)
old_object.MouseExited(over_location, over_control, params)
if(QDELETED(over_location))
last_hovored_ref = null
return
last_hovored_ref = WEAKREF(over_object)
over_object.MouseEntered(over_location, over_control, params)
@@ -113,6 +116,7 @@
our_hud.position_action_relative(src, button)
save_position()
return
. = ..()
our_hud.position_action(src, screen_loc)
save_position()