Преглед на файлове

Remove duplicated filter, Fix #1795

Guilherme Felipe преди 10 години
родител
ревизия
6e98b05837
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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");