Skip to content

Commit 2a5c06c

Browse files
djeedaiazarmadr
authored andcommitted
Revert "Fix build (djeedai#40)"
This reverts commit 722b62e.
1 parent e7b55c2 commit 2a5c06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tweenable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,13 +1269,13 @@ mod tests {
12691269
let mut seq = Sequence::new((0..3).map(|i| {
12701270
Tween::new(
12711271
EaseMethod::Linear,
1272+
TweeningType::Once,
12721273
Duration::from_secs(1),
12731274
TransformPositionLens {
12741275
start: Vec3::splat(i as f32),
12751276
end: Vec3::splat((i + 1) as f32),
12761277
},
12771278
)
1278-
.with_repeat_count(RepeatCount::Finite(1))
12791279
}));
12801280
let mut transform = Transform::default();
12811281

0 commit comments

Comments
 (0)