Преглед изворни кода

-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()) {