Skip to content

Commit

Permalink
Bump the vertex attribute index for prepass joints. (#11191)
Browse files Browse the repository at this point in the history
This was missed in #10231.

Fixes #11190.
  • Loading branch information
pcwalton authored Jan 3, 2024
1 parent 4442439 commit 5697fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/prepass/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ where
let bind_group = setup_morph_and_skinning_defs(
&self.mesh_layouts,
layout,
4,
5,
&key.mesh_key,
&mut shader_defs,
&mut vertex_attributes,
Expand Down

0 comments on commit 5697fee

Please sign in to comment.