Skip to content

Commit

Permalink
bad comma
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Oct 17, 2023
1 parent 3875480 commit 3f0e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/render_resource/uniform_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl<'a, T: ShaderType + WriteInto> IntoBinding<'a> for &'a UniformBuffer<T> {
self.buffer()
.expect("Failed to get buffer")
.as_entire_buffer_binding()
.into_binding(),
.into_binding()
}
}

Expand Down

0 comments on commit 3f0e121

Please sign in to comment.