ValonPrime
ValonPrime
Hello everyone, my entire system sounds mutes every time I debug a program after a `OutputStream` has been created. Example program: ```rust use std::time::Duration; use rodio::{OutputStream, Sink}; use rodio::source::{SineWave, Source};...
Hello everyone, my entire system sounds mutes when debugging while a sound plays. using gdb to break in the Beep-Example at line 123 causes all other programs (Firefox...) to mute...
I recently came across some curios behavior where a entity doesnt receive physics (isnt affected by gravity) when the rigidbody is added a few frames later. 1. Create a entity...