Fix duplicating resources regression
This commit is contained in:
parent
9851c1bdd8
commit
9533543aa5
1 changed files with 1 additions and 3 deletions
|
@ -2737,12 +2737,10 @@ Node *Node::_duplicate(int p_flags, HashMap<const Node *, Node *> *r_duplimap) c
|
|||
}
|
||||
|
||||
} else {
|
||||
if (value.get_type() != Variant::OBJECT && (value.get_type() != Variant::ARRAY || static_cast<Array>(value).get_typed_builtin() != Variant::OBJECT)) {
|
||||
current_node->set(name, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return node;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue