Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Feb 25, 2022
1 parent a2fc835 commit b71569c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_pbr/src/render/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ pub fn extract_clusters(mut commands: Commands, views: Query<(Entity, &Clusters)
}
}

#[allow(clippy::too_many_arguments)]
pub fn extract_lights(
mut commands: Commands,
ambient_light: Res<AmbientLight>,
Expand Down

0 comments on commit b71569c

Please sign in to comment.