Skip to content

Commit

Permalink
Revert has_motion_vectors name change
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Swain <[email protected]>
  • Loading branch information
nicopap and superdump authored Oct 9, 2023
1 parent cf41587 commit 9e28cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/render/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ impl<P: PhaseItem, const I: usize, const PREPASS: bool> RenderCommand<P>
#[inline]
fn render<'w>(
item: &P,
is_motion_vectors: bool,
has_motion_vectors: bool,
_item_query: (),
(bind_groups, mesh_instances, skin_indices, morph_indices): SystemParamItem<
'w,
Expand Down

0 comments on commit 9e28cbd

Please sign in to comment.