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; }