Browse Source

Remove screenshot code in audio_stream_callback.c

pull/5638/head
dan-hoang 2 days ago
committed by GitHub
parent
commit
419c87eca3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/audio/audio_stream_callback.c

+ 0
- 1
examples/audio/audio_stream_callback.c View File

@ -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)

Loading…
Cancel
Save