瀏覽代碼

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");