Merge pull request #90047 from ajreckof/fix-editing-exported-nodes-in-array-as-text

Fix editing exported nodes in array as text.
This commit is contained in:
Thaddeus Crews 2024-10-25 13:04:00 -05:00
commit cd3c86d604
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
2 changed files with 5 additions and 5 deletions

View file

@ -628,7 +628,7 @@ class EditorPropertyNodePath : public EditorProperty {
bool editing_node = false;
Vector<StringName> valid_types;
void _node_selected(const NodePath &p_path);
void _node_selected(const NodePath &p_path, bool p_absolute = true);
void _node_assign();
Node *get_base_node();
void _update_menu();