From b3d0596c4bea7d282e604a8dfbf8cf629ab7bcaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Mon, 16 Jan 2017 11:55:42 +0100 Subject: [PATCH] Add EditorNode::set_visible_editor() Cherry-picked from d8af6330e57b98f370ed56d891a6a6952957cfec --- tools/editor/editor_node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 84ad89fc097..a66ea1d8a84 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -587,6 +587,7 @@ public: EDITOR_SCRIPT }; + void set_visible_editor(EditorTable p_table) { _editor_select(p_table); } static EditorNode* get_singleton() { return singleton; }