Skip to content

Commit e9982e3

Browse files
committed
Remove outdated doc comment
1 parent 3f02319 commit e9982e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/interpolation.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ use bevy::prelude::*;
9090
/// by adding the [`NoTransformEasing`] component, or the individual [`NoTranslationEasing`], [`NoRotationEasing`],
9191
/// and [`NoScaleEasing`] components.
9292
///
93-
/// Note that changing [`Transform`] manually in any schedule that *doesn't* use a fixed timestep is also supported,
94-
/// but it is equivalent to teleporting, and disables interpolation for the entity for the remainder of that fixed timestep.
95-
///
9693
/// [`interpolate_translation_all`]: TransformInterpolationPlugin::interpolate_translation_all
9794
/// [`interpolate_rotation_all`]: TransformInterpolationPlugin::interpolate_rotation_all
9895
/// [`interpolate_scale_all`]: TransformInterpolationPlugin::interpolate_scale_all

0 commit comments

Comments
 (0)