bevy/crates/bevy_pbr
robtfm 5c6628fe3c
try_insert NoAutomaticBatching (#12396)
# Objective

fix occasional crash from commands.insert when quickly spawning and
despawning skinned/morphed meshes
 
## Solution

use `try_insert` instead of `insert`. if the entity is deleted we don't
mind failing to add the `NoAutomaticBatching` marker.
2024-03-10 08:45:13 +01:00
..
src try_insert NoAutomaticBatching (#12396) 2024-03-10 08:45:13 +01:00
Cargo.toml Release 0.13.0 (#11920) 2024-02-17 09:24:25 +00:00