Fix menu error. Check dialog tip is added.

This commit is contained in:
2025-10-04 16:39:35 +02:00
parent 33fcc6a200
commit 0cded3aff2

View File

@@ -233,7 +233,8 @@ func show_dialog_tip():
pass
func hide_dialop_tip():
_dialog_tip.visible = false
if _dialog_player.get_children().has(_dialog_tip):
_dialog_tip.visible = false
func _on_paused():
hide_dialop_tip()