mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Replicate load-as-placeholder state on node duplication
Cherry-picked from 936f2e3b4e
This commit is contained in:
parent
e8d3436508
commit
e4cc483f4c
@ -768,6 +768,7 @@ Node *SceneTreeDock::_duplicate(Node *p_node, Map<Node*,Node*> &duplimap) {
|
||||
ERR_FAIL_COND_V(!sd.is_valid(),NULL);
|
||||
node = sd->instance(PackedScene::GEN_EDIT_STATE_INSTANCE);
|
||||
ERR_FAIL_COND_V(!node,NULL);
|
||||
node->set_scene_instance_load_placeholder(p_node->get_scene_instance_load_placeholder());
|
||||
//node->generate_instance_state();
|
||||
} else {
|
||||
Object *obj = ClassDB::instance(p_node->get_class());
|
||||
|
Loading…
Reference in New Issue
Block a user