Skip to content

Commit ac0ef12

Browse files
committed
missed one
1 parent 3fa097f commit ac0ef12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/schedule/executor_parallel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ impl ParallelExecutor {
291291
if system_data.is_send {
292292
scope.spawn(task);
293293
} else {
294-
scope.spawn_on_scope(task);
294+
scope.spawn_on_external(task);
295295
}
296296
}
297297
}

0 commit comments

Comments
 (0)