You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove duplicated filter, Fix #1795
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user