summaryrefslogtreecommitdiffhomepage
path: root/examples/audio_raw_stream.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-08-06 11:32:53 +0200
committerraysan5 <[email protected]>2016-08-06 11:32:53 +0200
commitae70540a964d63e55e9e25c5f836f26ab34ce51e (patch)
tree365a3b9442dd37784c5d44ce5b4c5e7955640d55 /examples/audio_raw_stream.c
parent00c7e54d3c593dbddb036f2185e614e7e4b22a1f (diff)
downloadraylib-ae70540a964d63e55e9e25c5f836f26ab34ce51e.tar.gz
raylib-ae70540a964d63e55e9e25c5f836f26ab34ce51e.zip
Added example audio_raw_stream
Diffstat (limited to 'examples/audio_raw_stream.c')
-rw-r--r--examples/audio_raw_stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/audio_raw_stream.c b/examples/audio_raw_stream.c
index a372205b..c044a7e0 100644
--- a/examples/audio_raw_stream.c
+++ b/examples/audio_raw_stream.c
@@ -25,7 +25,6 @@ int main()
int screenWidth = 800;
int screenHeight = 450;
- SetConfigFlags(FLAG_MSAA_4X_HINT);
InitWindow(screenWidth, screenHeight, "raylib [audio] example - raw audio streaming");
InitAudioDevice(); // Initialize audio device