sampler buzzes

This commit is contained in:
🪞👃🪞 2024-06-03 21:03:55 +03:00
parent faac61180b
commit edc363c55b
6 changed files with 79 additions and 30 deletions

View file

@ -47,7 +47,7 @@ impl Engine {
if exited.fetch_and(true, Ordering::Relaxed) {
Control::Quit
} else {
sender.send(Event::Update);
sender.send(Event::Update).unwrap();
Control::Continue
}
}) as BoxedProcessHandler