Skip to content

Commit 8bacd0c

Browse files
committed
bevy_pbr2: Allow too many arguments for queue_depth_prepass_meshes
1 parent f3c6283 commit 8bacd0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipelined/bevy_pbr2/src/render/depth_prepass.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ pub struct DepthPrepassViewBindGroup {
395395

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

398+
#[allow(clippy::too_many_arguments)]
398399
pub fn queue_depth_prepass_meshes(
399400
mut commands: Commands,
400401
msaa: Res<Msaa>,

0 commit comments

Comments
 (0)