1
0
Fork 0

Merge pull request #105152 from DeeJayLSP/ogg-name

Add an actual name for Ogg Vorbis importer visible name.
This commit is contained in:
Thaddeus Crews 2025-04-08 12:32:50 -05:00
commit 36ff5d351c
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ String ResourceImporterOggVorbis::get_importer_name() const {
}
String ResourceImporterOggVorbis::get_visible_name() const {
return "oggvorbisstr";
return "Ogg Vorbis";
}
void ResourceImporterOggVorbis::get_recognized_extensions(List<String> *p_extensions) const {