Skip to content

Commit

Permalink
another merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
blakdragan7 committed Oct 25, 2024
1 parent dfd6ffe commit ec2d3ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,6 @@ void RenderContextRHIImpl::flush(const FlushDescriptor& desc)

CommandList.SetStreamSource(0, m_patchVertexBuffer, 0);
CommandList.DrawIndexedPrimitive(m_patchIndexBuffer, 0,
batch.baseElement, kPatchVertexBufferCount,
batch.baseElement, kPatchVertexBufferCount,
PatchBaseIndex(batch.drawType),
PatchIndexCount(batch.drawType) / 3,
Expand Down

0 comments on commit ec2d3ec

Please sign in to comment.