Skip to content

Commit

Permalink
bevy_pbr2: Allow too many arguments for queue_depth_prepass_meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Nov 7, 2021
1 parent b3ce10a commit 3502c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelined/bevy_pbr2/src/render/depth_prepass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ pub struct DepthPrepassViewBindGroup {

pub type DepthPrepassMaterialMeta = HashMap<Handle<StandardMaterial>, BindGroup>;

#[allow(clippy::too_many_arguments)]
pub fn queue_depth_prepass_meshes(
mut commands: Commands,
msaa: Res<Msaa>,
Expand Down

0 comments on commit 3502c68

Please sign in to comment.