Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmorrow committed Jun 22, 2024
1 parent 50b258b commit d443f3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bundles/coin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ impl CoinBundle {
},
animation_indices,
animation_timer: AnimationTimer(Timer::from_seconds(0.05, TimerMode::Repeating)),
..default()
},
currently_animating: CurrentlyAnimating,
sprite_bundle: SpriteBundle {
Expand Down
1 change: 0 additions & 1 deletion src/bundles/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ impl PlayerBundle {
},
animation_indices,
animation_timer: AnimationTimer(Timer::from_seconds(0.05, TimerMode::Repeating)),
..default()
},
sprite_bundle: SpriteBundle {
transform: Transform {
Expand Down

0 comments on commit d443f3c

Please sign in to comment.