diff --git a/crates/bevy_animation/src/lib.rs b/crates/bevy_animation/src/lib.rs index 83ba659d08..69d036415e 100644 --- a/crates/bevy_animation/src/lib.rs +++ b/crates/bevy_animation/src/lib.rs @@ -711,7 +711,7 @@ pub struct AnimationEvaluationState { /// /// This is a mapping from the id of an animation curve evaluator to /// the animation curve evaluator itself. - + /// /// For efficiency's sake, the [`AnimationCurveEvaluator`]s are cached from /// frame to frame and animation target to animation target. Therefore, /// there may be entries in this list corresponding to properties that the