Fix: audio engine fixes
This commit is contained in:
@@ -225,7 +225,7 @@ impl App {
|
||||
}
|
||||
let _ = audio_tx
|
||||
.load()
|
||||
.send(crate::engine::AudioCommand::Evaluate { cmd, time: None });
|
||||
.send(crate::engine::AudioCommand::Evaluate { cmd, tick: None });
|
||||
}
|
||||
Ok(if print_output.is_empty() {
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user