Fix can't unset exported typed array element when the type is set to Node

This commit is contained in:
jsjtxietian 2023-09-25 14:23:05 +08:00
parent 5c43e4c1ef
commit a46901278d

View file

@ -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();
}