mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add an actual name for Ogg Vorbis importer/visible name.
This commit is contained in:
parent
af2c713971
commit
15b09e2e03
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue