diff options
| author | Guilherme Felipe | 2015-05-05 14:16:59 -0300 |
|---|---|---|
| committer | Guilherme Felipe | 2015-05-05 14:16:59 -0300 |
| commit | 6e98b05837ae1f42f2daa427d75dba156a2476fc (patch) | |
| tree | 50f2e670ccb46c0663655c43c59a705c6ea4cb7f /core/io/resource_format_xml.cpp | |
| parent | bc3c14a76b988a50e65328a932316c2e630a7ae6 (diff) | |
| download | godot-6e98b05837ae1f42f2daa427d75dba156a2476fc.tar.gz godot-6e98b05837ae1f42f2daa427d75dba156a2476fc.tar.zst godot-6e98b05837ae1f42f2daa427d75dba156a2476fc.zip | |
Diffstat (limited to 'core/io/resource_format_xml.cpp')
| -rw-r--r-- | core/io/resource_format_xml.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/resource_format_xml.cpp b/core/io/resource_format_xml.cpp index 9de33e7ef..4f3b98fbf 100644 --- a/core/io/resource_format_xml.cpp +++ b/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"); |
