src/sound.cpp in beeps-0.1.33 vs src/sound.cpp in beeps-0.1.34

- old
+ new

@@ -528,10 +528,10 @@ player.self->process_and_queue_stream_buffers(); } } void - SoundPlayer_clear_all () + SoundPlayer_clear_streams () { for (auto& player : global::players) player.self->clear(); global::players.clear();