Skip to content

Commit 4e8737a

Browse files
committed
missed one
1 parent 099d57e commit 4e8737a

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
@@ -281,7 +281,7 @@ impl ParallelExecutor {
281281
if system_data.is_send {
282282
scope.spawn(task);
283283
} else {
284-
scope.spawn_on_scope(task);
284+
scope.spawn_on_external(task);
285285
}
286286
}
287287
}

0 commit comments

Comments
 (0)