diff --git a/src/SFML/Audio/SoundStream.cpp b/src/SFML/Audio/SoundStream.cpp index ee47ca43..d873f687 100644 --- a/src/SFML/Audio/SoundStream.cpp +++ b/src/SFML/Audio/SoundStream.cpp @@ -259,7 +259,7 @@ void SoundStream::Run() // Leave some time for the other threads if the stream is still playing if (SoundSource::GetStatus() != Stopped) - Sleep(0.1f); + Sleep(0.01f); } // Stop the playback