Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Aug 20, 2024
1 parent 6ac365b commit abc7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/macros/src/as_bind_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ pub fn derive_as_bind_group(ast: syn::DeriveInput) -> Result<TokenStream> {
format!("{:?}", #expected_samplers),
));
}
image.sampler.clone()
image.sampler.clone()
} else {
#fallback_image.sampler.clone()
}
Expand Down

0 comments on commit abc7228

Please sign in to comment.