瀏覽代碼

-Make sure properties are exported the way they should in xml, fixes #1799

Juan Linietsky 10 年之前
父節點
當前提交
04fb3402c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/io/resource_format_xml.cpp

+ 1 - 1
core/io/resource_format_xml.cpp

@@ -2563,7 +2563,7 @@ Error ResourceFormatSaverXMLInstance::save(const String &p_path,const RES& p_res
 
 		List<PropertyInfo> property_list;
 		res->get_property_list(&property_list);
-		property_list.sort();
+//		property_list.sort();
 		for(List<PropertyInfo>::Element *PE = property_list.front();PE;PE=PE->next()) {