You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/builder.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -819,7 +819,7 @@ impl AnimationBuilder {
819
819
820
820
/// Creates the final animation, ready to be registered as a Bevy asset.
821
821
///
822
-
/// The resulting animation handle can then be associated with a [SpritesheetAnimation](crate::prelude::SpritesheetAnimation) component to animate a sprite.
822
+
/// The resulting animation handle can then be associated with a [SpritesheetAnimation] component to animate a sprite.
0 commit comments