aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-19 16:46:52 -0300
committerJuan Linietsky2014-04-19 16:46:52 -0300
commita4c1fa12a54df2fe332db2ab08a03c844e4dcc93 (patch)
tree0e3fa1b801c174b1e56d81d2744be05361fbcd46 /tools/editor/scene_tree_editor.h
parent0360b454a432dc851cc1c5b0c365049ebafcec46 (diff)
downloadgodot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.tar.gz
godot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.tar.zst
godot-a4c1fa12a54df2fe332db2ab08a03c844e4dcc93.zip
heck
Diffstat (limited to '')
-rw-r--r--tools/editor/scene_tree_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/scene_tree_editor.h b/tools/editor/scene_tree_editor.h
index edd67a404..fafaffc10 100644
--- a/tools/editor/scene_tree_editor.h
+++ b/tools/editor/scene_tree_editor.h
@@ -110,6 +110,8 @@ public:
void set_can_rename(bool p_can_rename) { can_rename=p_can_rename; }
void set_editor_selection(EditorSelection *p_selection);
+ void update_tree() { _update_tree(); }
+
SceneTreeEditor(bool p_label=true,bool p_can_rename=false, bool p_can_open_instance=false);
~SceneTreeEditor();