Fix "Save Branch as Scene" storing root Node's unique_name_in_owner
Fix #64425
This commit is contained in:
@ -75,6 +75,7 @@ public:
|
||||
#ifdef DEBUG_ENABLED
|
||||
private:
|
||||
static void _save_node(ObjectID id, const String &p_path);
|
||||
static void _set_node_owner_recursive(Node *p_node, Node *p_owner);
|
||||
static void _set_object_property(ObjectID p_id, const String &p_property, const Variant &p_value);
|
||||
static void _send_object_id(ObjectID p_id, int p_max_size = 1 << 20);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user