From 5cf0db6c210715031a946c6213f30c72df45c42a Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Fri, 3 Mar 2023 19:12:14 +0100 Subject: [PATCH] fix in rich tooltip --- .../addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd b/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd index 5989a432..d95154ce 100644 --- a/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd +++ b/gymkhana/addons/escoria-ui-return-monkey-island/esc_rich_tooltip.gd @@ -150,7 +150,7 @@ func update_tooltip_text(): $tooltip1/label.text = current_target_object.action1_text if(current_target_object.action2_text != ""): - $tooltip1.visible = true; + $tooltip2.visible = true; $tooltip2/label.text = current_target_object.action2_text