Przeglądaj źródła

Remove duplicated filter, Fix #1795

Guilherme Felipe 10 lat temu
rodzic
commit
6e98b05837
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      core/io/resource_format_xml.cpp

+ 0 - 1
core/io/resource_format_xml.cpp

@@ -1761,7 +1761,6 @@ void ResourceFormatLoaderXML::get_recognized_extensions_for_type(const String& p
 		if (ext=="res")
 			continue;
 		p_extensions->push_back("x"+ext);
-		p_extensions->push_back(ext);
 	}
 
 	p_extensions->push_back("xml");