Browse Source

Merge pull request #1820 from guilhermefelipecgs/master

Remove duplicated filter, Fix #1795
Rémi Verschelde 9 years ago
parent
commit
5a35bb903d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/io/resource_format_xml.cpp

+ 0 - 1
core/io/resource_format_xml.cpp

@@ -1955,7 +1955,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");