bevy/crates/bevy_sprite/src
robtfm 47447beb93
try_insert Aabbs (#10801)
# 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)`
2023-11-29 15:00:50 +00:00
..
mesh2d Swap material and mesh bind groups (#10485) 2023-11-28 22:26:22 +00:00
render Bind group layout entries (#10224) 2023-11-28 04:00:49 +00:00
bundle.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
collide_aabb.rs Update docs to reflect that the shallowest and not the deepest penetr… (#8473) 2023-04-23 19:41:21 +00:00
dynamic_texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
lib.rs try_insert Aabbs (#10801) 2023-11-29 15:00:50 +00:00
sprite.rs Add PartialEq to Anchor (#10424) 2023-11-07 08:36:10 +00:00
texture_atlas.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
texture_atlas_builder.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00