diff options
| author | George Marques | 2017-06-15 19:44:11 -0300 |
|---|---|---|
| committer | George Marques | 2017-06-15 21:35:20 -0300 |
| commit | e42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (patch) | |
| tree | 2699fa08b41a792096965717dce6be6b58487d0a /modules/stb_vorbis/resource_importer_ogg_vorbis.cpp | |
| parent | 7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff) | |
| download | godot-e42d59f.tar.gz godot-e42d59f.tar.zst godot-e42d59f.zip | |
Rename Godot-specific resource extensions
Diffstat (limited to 'modules/stb_vorbis/resource_importer_ogg_vorbis.cpp')
| -rw-r--r-- | modules/stb_vorbis/resource_importer_ogg_vorbis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stb_vorbis/resource_importer_ogg_vorbis.cpp b/modules/stb_vorbis/resource_importer_ogg_vorbis.cpp index 9a3d5c265..e02c356ff 100644 --- a/modules/stb_vorbis/resource_importer_ogg_vorbis.cpp +++ b/modules/stb_vorbis/resource_importer_ogg_vorbis.cpp @@ -48,7 +48,7 @@ void ResourceImporterOGGVorbis::get_recognized_extensions(List<String> *p_extens } String ResourceImporterOGGVorbis::get_save_extension() const { - return "asogg"; + return "oggstr"; } String ResourceImporterOGGVorbis::get_resource_type() const { |
