diff --git a/editor/limbo_ai_editor_plugin.cpp b/editor/limbo_ai_editor_plugin.cpp index 32f30a9..2568174 100644 --- a/editor/limbo_ai_editor_plugin.cpp +++ b/editor/limbo_ai_editor_plugin.cpp @@ -776,6 +776,17 @@ void LimboAIEditor::_on_tree_task_selected(const Ref &p_task) { EDIT_RESOURCE(p_task); } +void LimboAIEditor::_on_tree_task_activated() { + Ref selected = task_tree->get_selected(); + ERR_FAIL_COND(selected.is_null()); + Ref