You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Remove out-of-logic assignment of instance's original scene
This commit is contained in:
@@ -2099,10 +2099,6 @@ Node *Node::_duplicate(int p_flags) const {
|
|||||||
ERR_FAIL_COND_V(!node, NULL);
|
ERR_FAIL_COND_V(!node, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_filename() != "") { //an instance
|
|
||||||
node->set_filename(get_filename());
|
|
||||||
}
|
|
||||||
|
|
||||||
List<PropertyInfo> plist;
|
List<PropertyInfo> plist;
|
||||||
|
|
||||||
get_property_list(&plist);
|
get_property_list(&plist);
|
||||||
|
|||||||
Reference in New Issue
Block a user