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 /scene/resources/audio_stream_sample.h | |
| parent | 7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff) | |
| download | godot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.tar.gz godot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.tar.zst godot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.zip | |
Diffstat (limited to 'scene/resources/audio_stream_sample.h')
| -rw-r--r-- | scene/resources/audio_stream_sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/audio_stream_sample.h b/scene/resources/audio_stream_sample.h index 84d450e3f..cd02df512 100644 --- a/scene/resources/audio_stream_sample.h +++ b/scene/resources/audio_stream_sample.h @@ -84,7 +84,7 @@ public: class AudioStreamSample : public AudioStream { GDCLASS(AudioStreamSample, AudioStream) - RES_BASE_EXTENSION("smp") + RES_BASE_EXTENSION("sample") public: enum Format { |
