Skip to content

Commit

Permalink
Update src/material.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry authored Jul 9, 2024
1 parent f1e6314 commit 0f3deca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl<const I: usize, P: PhaseItem> RenderCommand<P> for SetMaterialBindGroup<I>
};
pass.set_bind_group(
I,
PolylineMaterial::bind_group(&material),
PolylineMaterial::bind_group(material),
PolylineMaterial::dynamic_uniform_indices(material),
);
RenderCommandResult::Success
Expand Down

0 comments on commit 0f3deca

Please sign in to comment.