diff options
| author | reduz | 2015-10-10 09:09:09 -0300 |
|---|---|---|
| committer | reduz | 2015-10-10 09:09:09 -0300 |
| commit | 422929e87fbe91be1efedf1fe3a9a71d61e58b40 (patch) | |
| tree | a9a7d1862505f06b41b6f8c5fe96bd0012c93d29 /tools/editor/reparent_dialog.cpp | |
| parent | afbb0ca8d7d978f27c62271273a1a6bc866a73ce (diff) | |
| download | godot-422929e87fbe91be1efedf1fe3a9a71d61e58b40.tar.gz godot-422929e87fbe91be1efedf1fe3a9a71d61e58b40.tar.zst godot-422929e87fbe91be1efedf1fe3a9a71d61e58b40.zip | |
Large improvements on scene packing and management
-Ability to edit and keep changes of instanced scenes and sub-scenes
-Ability to inherit from other scenes
Diffstat (limited to 'tools/editor/reparent_dialog.cpp')
| -rw-r--r-- | tools/editor/reparent_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/reparent_dialog.cpp b/tools/editor/reparent_dialog.cpp index 6d0c5b867..78ba47d54 100644 --- a/tools/editor/reparent_dialog.cpp +++ b/tools/editor/reparent_dialog.cpp @@ -103,6 +103,7 @@ ReparentDialog::ReparentDialog() { add_child(node_only); node_only->hide(); + tree->set_show_enabled_subscene(true); //vbc->add_margin_child("Options:",node_only);; |
