mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
5e70ad96c6
# Objective - While playing with animated models, I noticed some were a little off ## Solution - Some animations curves only have one keyframe, they are used to set a transform to a given value - Those were ignored as we're never exactly at the ts 0.0 of an animation. going there explicitly (`.set_elapsed(0.0).pause()`) would crash - Special case this as there isn't much to animate in this case |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |