summaryrefslogtreecommitdiffhomepage
path: root/examples/audio_sound_loading.c
diff options
context:
space:
mode:
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
//----------------------------------------------------------------------------------