We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8200b15 commit 07620b8Copy full SHA for 07620b8
1 file changed
editor/src/application.rs
@@ -24,7 +24,7 @@ impl Editor {
24
graphene_std::uuid::set_uuid_seed(0);
25
26
let (runtime, executor) = crate::node_graph_executor::NodeGraphExecutor::new_with_local_runtime();
27
- let editor = Self {
+ let mut editor = Self {
28
dispatcher: Dispatcher::with_executor(executor),
29
};
30
0 commit comments