Skip to content

Commit

Permalink
Cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac8668 committed Jan 28, 2024
1 parent f32e283 commit e847bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chunk_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ pub fn remove_colliders(
pub fn update_has_collider(
mut has_collider: ResMut<HasCollider>,
rigidbodies: Query<(&Transform, &Rigidbody)>,
mut gizmos: Gizmos,
) {
has_collider.0 = vec![];
for (transform, rigidbody) in &rigidbodies {
Expand Down

0 comments on commit e847bcb

Please sign in to comment.