mirror of
https://github.com/bevyengine/bevy
synced 2025-01-23 10:25:13 +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 |