summaryrefslogtreecommitdiffhomepage
path: root/examples/audio_music_stream.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-08-01 21:37:45 +0200
committerraysan5 <[email protected]>2016-08-01 21:37:45 +0200
commit58d2f70b7e11aadb5eab5f9fa1c081b22a59ef91 (patch)
tree4bdc752c013173a720b0f55850e83d920fe62b39 /examples/audio_music_stream.c
parent36cf1f7dfd8865310c21b0f78cf1de9976d9197a (diff)
downloadraylib-58d2f70b7e11aadb5eab5f9fa1c081b22a59ef91.tar.gz
raylib-58d2f70b7e11aadb5eab5f9fa1c081b22a59ef91.zip
Review audio module and examples
Diffstat (limited to 'examples/audio_music_stream.c')
-rw-r--r--examples/audio_music_stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/audio_music_stream.c b/examples/audio_music_stream.c
index b96b85f7..1d86bd1a 100644
--- a/examples/audio_music_stream.c
+++ b/examples/audio_music_stream.c
@@ -54,7 +54,6 @@ int main()
{
volume = 1.0;
framesCounter = 0;
- PlayMusicStream(1, "resources/audio/another_file.ogg");
}
SetMusicVolume(volume);