Skip to content

Commit 07620b8

Browse files
Fix
1 parent 8200b15 commit 07620b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/src/application.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Editor {
2424
graphene_std::uuid::set_uuid_seed(0);
2525

2626
let (runtime, executor) = crate::node_graph_executor::NodeGraphExecutor::new_with_local_runtime();
27-
let editor = Self {
27+
let mut editor = Self {
2828
dispatcher: Dispatcher::with_executor(executor),
2929
};
3030

0 commit comments

Comments
 (0)