mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
sampler buzzes
This commit is contained in:
parent
faac61180b
commit
edc363c55b
6 changed files with 79 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue