From 419c87eca39392b49dff05c3359a76361fba061b Mon Sep 17 00:00:00 2001 From: dan-hoang <56205882+dan-hoang@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:16:02 -0700 Subject: [PATCH] Remove screenshot code in audio_stream_callback.c --- examples/audio/audio_stream_callback.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/audio/audio_stream_callback.c b/examples/audio/audio_stream_callback.c index 147c4d8e9..7c1a53728 100644 --- a/examples/audio/audio_stream_callback.c +++ b/examples/audio/audio_stream_callback.c @@ -256,7 +256,6 @@ int main(void) // De-Initialization //-------------------------------------------------------------------------------------- - TakeScreenshot("hello.png"); UnloadAudioStream(stream); // Close raw audio stream and delete buffers from RAM CloseAudioDevice(); // Close audio device (music streaming is automatically stopped)