Skip to content

Commit

Permalink
Update bevy_lookup_curve example
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jun 8, 2024
1 parent 070f448 commit 7820815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bevy_lookup_curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use bevy_tween::{
combinator::tween,
interpolate::translation,
prelude::*,
tween::TargetComponent,
tween::{AnimationTarget, TargetComponent},
};

fn main() {
Expand Down

0 comments on commit 7820815

Please sign in to comment.