mirror of
https://github.com/bevyengine/bevy
synced 2024-12-18 00:53:07 +00:00
Fix newline in AnimationEvaluationState docs (#16542)
# Objective CI [is broken](https://github.com/bevyengine/bevy/actions/runs/12070933255/job/33661528875) by the new Rust version. ## Solution Appease the crab gods by fixing our doc comments. ## Testing CI has my back!
This commit is contained in:
parent
3d72e08f32
commit
0438f78c94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue