mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
47447beb93
# Objective avoid panics from `calculate_bounds` systems if entities are despawned in PostUpdate. there's a running general discussion (#10166) about command panicking. in the meantime we may as well fix up some cases where it's clear a failure to insert is safe. ## Solution change `.insert(aabb)` to `.try_insert(aabb)` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |