mirror of
https://github.com/bevyengine/bevy
synced 2024-11-30 08:30:24 +00:00
cca4ab3663
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |