Skip to content

Commit

Permalink
Update GLRenderDevice.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMG393 authored Jan 4, 2025
1 parent c13c7e5 commit 0d3cc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void multiDrawElementsBaseVertex(MultiDrawBatch batch, GlIndexType indexT
batch.pElementCount,
indexType.getFormatId(),
batch.pElementPointer,
batch.size(),
batch.size,
batch.pBaseVertex);
}

Expand Down

0 comments on commit 0d3cc63

Please sign in to comment.