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