Remove duplicated filter, Fix #1795
This commit is contained in:
parent
bc3c14a76b
commit
6e98b05837
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue