Skip to content

Commit

Permalink
Remove unused param.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Nov 10, 2023
1 parent 1105392 commit beeaa63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion td-rs-sop/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ impl<'execute> SopVboOutput<'execute, Unalloc> {
mut self,
vertices: usize,
indices: usize,
tex_coords: usize,
buffer_mode: BufferMode,
) -> SopVboOutput<'execute, Alloc<(), (), ()>> {
self.alloc_inner(vertices, indices, false, false, 0, buffer_mode);
Expand Down

0 comments on commit beeaa63

Please sign in to comment.