mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
e94297fdce
# Objective - Address a `TODO` item in `bevy_animation`. ## Solution - Replace the `cubic_spline_interpolation` macro with a function. The function isn't marked as `#[inline(always)]` but from what I checked with `cargo asm` it gets inlined (even in debug, unless I explicitly add `#[inline(never)]`), so this should be identical to the macro. If needed I can add the attribute. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |