Merge pull request #52406 from ellenhp/libvorbis

Replace stb_vorbis with libvorbis
This commit is contained in:
Juan Linietsky
2021-09-10 16:24:59 -03:00
committed by GitHub
36 changed files with 1046 additions and 6041 deletions
+4
View File
@@ -444,6 +444,10 @@ bool EditorFileSystem::_test_for_reimport(const String &p_path, bool p_only_impo
Ref<ResourceImporter> importer = ResourceFormatImporter::get_singleton()->get_importer_by_name(importer_name);
if (importer.is_null()) {
return true; // the importer has possibly changed, try to reimport.
}
if (importer->get_format_version() > version) {
return true; // version changed, reimport
}