Skip to content

Commit

Permalink
actually fix #12, last fix was still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueLogix committed Feb 19, 2024
1 parent 016991e commit 010b1e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public void preOpaque() {
glActiveTexture(GL_TEXTURE0 + i);
glBindTexture(GL_TEXTURE_BUFFER, 0);
}
glActiveTexture(GL_TEXTURE0);
RenderSystem.activeTexture(GL_TEXTURE0);
if (DRAW_INDIRECT) {
glBindBuffer(GL_DRAW_INDIRECT_BUFFER, 0);
Expand Down

0 comments on commit 010b1e7

Please sign in to comment.