bevy/crates/bevy_animation
DAA c2f71f8bbb Make animate_targets run before inherit_weights (#16981)
# Objective

ensure that `animate_targets` runs **before**
`bevy_render::mesh::inherit_weights` to address the one-frame delay

Fixes #16554 

## Solution

switch ordering constraints from `after` to `before`

## Testing

ran bevy_animation tests and the animated_fox example on MacOS
2025-01-03 19:31:46 +01:00
..
src Make animate_targets run before inherit_weights (#16981) 2025-01-03 19:31:46 +01:00
Cargo.toml Release 0.15.0 2024-11-29 01:50:42 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Animation

License Crates.io Downloads Docs Discord