summaryrefslogtreecommitdiffhomepage
path: root/examples/audio_sound_loading.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-08-02 17:32:24 +0200
committerraysan5 <[email protected]>2016-08-02 17:32:24 +0200
commit68d647c1af1b9f0479f680dbd7c4f93586cd51a2 (patch)
tree90e650ff6a459c0b838686e9be414387d2766dc6 /examples/audio_sound_loading.c
parent58d2f70b7e11aadb5eab5f9fa1c081b22a59ef91 (diff)
downloadraylib-68d647c1af1b9f0479f680dbd7c4f93586cd51a2.tar.gz
raylib-68d647c1af1b9f0479f680dbd7c4f93586cd51a2.zip
Complete review and update
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
Diffstat (limited to 'examples/audio_sound_loading.c')
-rw-r--r--examples/audio_sound_loading.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/audio_sound_loading.c b/examples/audio_sound_loading.c
index 8819aad1..f081e8ed 100644
--- a/examples/audio_sound_loading.c
+++ b/examples/audio_sound_loading.c
@@ -36,7 +36,6 @@ int main()
// Update
//----------------------------------------------------------------------------------
if (IsKeyPressed(KEY_SPACE)) PlaySound(fxWav); // Play WAV sound
-
if (IsKeyPressed(KEY_ENTER)) PlaySound(fxOgg); // Play OGG sound
//----------------------------------------------------------------------------------