Skip to content

Commit

Permalink
Correct clippy complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Nov 29, 2021
1 parent eff867b commit fe20f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelined/bevy_sprite2/src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ impl Draw<Transparent2d> for DrawSprite {
);
pass.set_bind_group(
1,
&image_bind_groups.values.get(&sprite_batch.handle).unwrap(),
image_bind_groups.values.get(&sprite_batch.handle).unwrap(),
&[],
);

Expand Down

0 comments on commit fe20f9d

Please sign in to comment.