Merge pull request #1820 from guilhermefelipecgs/master
Remove duplicated filter, Fix #1795
This commit is contained in:
commit
5a35bb903d
1 changed files with 0 additions and 1 deletions
|
@ -1955,7 +1955,6 @@ void ResourceFormatLoaderXML::get_recognized_extensions_for_type(const String& p
|
||||||
if (ext=="res")
|
if (ext=="res")
|
||||||
continue;
|
continue;
|
||||||
p_extensions->push_back("x"+ext);
|
p_extensions->push_back("x"+ext);
|
||||||
p_extensions->push_back(ext);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p_extensions->push_back("xml");
|
p_extensions->push_back("xml");
|
||||||
|
|
Loading…
Add table
Reference in a new issue