From bb5e70b965490c718a2838968efdf5273222fbf2 Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 4 Jun 2020 20:30:01 +0300 Subject: [PATCH] Update Global.gd --- src/Autoload/Global.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Autoload/Global.gd b/src/Autoload/Global.gd index cfea97677..126dff08c 100644 --- a/src/Autoload/Global.gd +++ b/src/Autoload/Global.gd @@ -700,6 +700,7 @@ func animation_tags_changed(value : Array) -> void: animation_timeline.first_frame = tag.from - 1 animation_timeline.last_frame = min(frames.size() - 1, tag.to - 1) + func update_hint_tooltips() -> void: var root = get_tree().get_root()