You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #23464 from GameCoderStudios/master
Ability to pick child nodes of scenes instances marked with "Editable…
This commit is contained in:
@@ -1148,7 +1148,7 @@ SceneTreeDialog::SceneTreeDialog() {
|
||||
|
||||
set_title(TTR("Select a Node"));
|
||||
|
||||
tree = memnew(SceneTreeEditor(false, false));
|
||||
tree = memnew(SceneTreeEditor(false, false, true));
|
||||
add_child(tree);
|
||||
//set_child_rect(tree);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user