diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-04-30 23:52:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 23:52:15 +0200 |
commit | 4a7679e4dd9f68270b3d27797146f88491f182b8 (patch) | |
tree | 50aa413acf36ca1803642eeca81c4274b8515a94 /editor/scene_tree_editor.h | |
parent | d12e0b6ef172fe6831df46efaf2046438f0e1340 (diff) | |
parent | 90056460ad8e22d9166523dcb2defebb0581f95c (diff) |
Merge pull request #48242 from reduz/particle-trails
Implement Particle Trails
Diffstat (limited to 'editor/scene_tree_editor.h')
-rw-r--r-- | editor/scene_tree_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index b4c27b7c1f..acd49e8d92 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -157,6 +157,8 @@ public: Tree *get_scene_tree() { return tree; } + void update_warning(); + SceneTreeEditor(bool p_label = true, bool p_can_rename = false, bool p_can_open_instance = false); ~SceneTreeEditor(); }; |