mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
fd91c61d72
# Objective #7348 added `bevy_utils::Parallel` and replaced the usage of the `ThreadLocal<Cell<Vec<...>>>` in `check_visibility`, but we were also using it in `extract_meshes`. ## Solution Refactor the system to use `Parallel` instead. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |