浏览代码

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

jsjtxietian 1 年之前
父节点
当前提交
a46901278d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_properties.cpp

+ 1 - 1
editor/editor_properties.cpp

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