diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-07-07 01:59:46 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-07-07 01:59:46 +0200 |
commit | 99909cb4f72d3689d23becd12e0f6d18f98c11f4 (patch) | |
tree | 48772eaa7b86592a4ff6cda5dad14d02305a225b /editor/scene_tree_dock.h | |
parent | 506daf6d5d4a0e8adc06252cf47909667da17f45 (diff) | |
download | redot-engine-99909cb4f72d3689d23becd12e0f6d18f98c11f4.tar.gz |
Add a root Node3D automatically if absent when adding preview sun and sky
This makes for a smoother prototyping process compared to displaying
an error message.
Diffstat (limited to 'editor/scene_tree_dock.h')
-rw-r--r-- | editor/scene_tree_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scene_tree_dock.h b/editor/scene_tree_dock.h index 88c4a85f4c..08d992d465 100644 --- a/editor/scene_tree_dock.h +++ b/editor/scene_tree_dock.h @@ -261,6 +261,7 @@ public: void _focus_node(); void import_subscene(); + void add_root_node(Node *p_node); void set_edited_scene(Node *p_scene); void instantiate(const String &p_file); void instantiate_scenes(const Vector<String> &p_files, Node *p_parent = nullptr); |