Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
hymm committed Feb 3, 2023
1 parent ea24c37 commit 8efcc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/executor_parallel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ impl ParallelExecutor {
if system_data.is_send {
scope.spawn(task);
} else {
scope.spawn_on_scope(task);
scope.spawn_on_external(task);
}
}
}
Expand Down

0 comments on commit 8efcc1b

Please sign in to comment.