Skip to content

Commit

Permalink
Revert "Fix build (#40)"
Browse files Browse the repository at this point in the history
This reverts commit 722b62e.
  • Loading branch information
djeedai committed Aug 4, 2022
1 parent 722b62e commit d312336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tweenable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1269,13 +1269,13 @@ mod tests {
let mut seq = Sequence::new((0..3).map(|i| {
Tween::new(
EaseMethod::Linear,
TweeningType::Once,
Duration::from_secs(1),
TransformPositionLens {
start: Vec3::splat(i as f32),
end: Vec3::splat((i + 1) as f32),
},
)
.with_repeat_count(RepeatCount::Finite(1))
}));
let mut transform = Transform::default();

Expand Down

0 comments on commit d312336

Please sign in to comment.