We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d8d63 commit 5fe806fCopy full SHA for 5fe806f
1 file changed
src/tween.rs
@@ -237,7 +237,7 @@ pub use systems::{
237
pub struct SkipTween;
238
239
/// Automatically managed by an [`Interpolation`] such as [`EaseKind`] and
240
-/// [`EaseClosure`] when a tween has the component [`TimeSpanProgress`](bevy_time_runner::TimeSpanProgress).
+/// [`EaseClosure`] when a tween has the component [`TimeSpanProgress`].
241
/// See [`sample_interpolations_system`]
242
///
243
/// [`sample_interpolations_system`]: crate::interpolation::sample_interpolations_system
0 commit comments