Skip to content

Commit

Permalink
Merge pull request #82287 from jsjtxietian/fix-clear-error-when-unset…
Browse files Browse the repository at this point in the history
…-exported-typed-array-vai-editor

Fix can't unset exported typed array element when the type is set to Node
  • Loading branch information
akien-mga committed Sep 26, 2023
2 parents 4443b8f + a469012 commit 563d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ void EditorPropertyNodePath::_node_assign() {
}

void EditorPropertyNodePath::_node_clear() {
emit_changed(get_edited_property(), NodePath());
emit_changed(get_edited_property(), Variant());
update_property();
}

Expand Down

0 comments on commit 563d225

Please sign in to comment.