Skip to content

Commit

Permalink
Misc format
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Dec 31, 2023
1 parent e9cb784 commit 32b382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/meshlet/visibility_buffer_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl ViewNode for MeshletVisibilityBufferPassNode {
&meshlet_view_bind_groups.culling_second,
&[view_offset.offset],
);
cull_pass.set_pipeline(&culling_second_pipeline);
cull_pass.set_pipeline(culling_second_pipeline);
cull_pass.dispatch_workgroups(culling_workgroups, 1, 1);
}

Expand Down

0 comments on commit 32b382d

Please sign in to comment.