mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Add an actual name for Ogg Vorbis importer/visible name.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user