standalone version
This commit is contained in:
parent
1f816f1765
commit
5144852e01
6 changed files with 771 additions and 70 deletions
|
@ -89,7 +89,7 @@ impl Plugin for Worm {
|
|||
self.params.clone()
|
||||
}
|
||||
|
||||
fn editor(&mut self, async_executor: AsyncExecutor<Self>) -> Option<Box<dyn Editor>> {
|
||||
fn editor(&mut self, _async_executor: AsyncExecutor<Self>) -> Option<Box<dyn Editor>> {
|
||||
editor::create(self.params.clone(), self.params.editor_state.clone())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue