mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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:
commit
cd3c86d604
2 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue