Merge pull request #55056 from RandomShaper/fix_crash_instantiate
This commit is contained in:
commit
0ef092a138
@ -315,7 +315,6 @@ Node *SceneState::instantiate(GenEditState p_edit_state) const {
|
||||
node->_set_owner_nocheck(owner);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// we only want to deal with pinned flag if instancing as pure main (no instance, no inheriting)
|
||||
if (p_edit_state == GEN_EDIT_STATE_MAIN) {
|
||||
@ -323,6 +322,7 @@ Node *SceneState::instantiate(GenEditState p_edit_state) const {
|
||||
} else {
|
||||
node->remove_meta("_edit_pinned_properties_");
|
||||
}
|
||||
}
|
||||
|
||||
ret_nodes[i] = node;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user