Merge pull request #83604 from SaracenOne/orphaned_node_crashfix
Fix crash on recovered orphaned nodes.
This commit is contained in:
commit
37d3cb1b04
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ Node *SceneState::instantiate(GenEditState p_edit_state) const {
|
|||
}
|
||||
|
||||
if (!old_parent_path.is_empty()) {
|
||||
node->_set_name_nocheck(old_parent_path + "@" + node->get_name());
|
||||
node->set_name(old_parent_path + "#" + node->get_name());
|
||||
}
|
||||
|
||||
if (n.owner >= 0) {
|
||||
|
|
Loading…
Reference in a new issue