Skip to content

Commit

Permalink
add missing BlendFunc (#69)
Browse files Browse the repository at this point in the history
(cherry picked from commit ec59afb)
  • Loading branch information
Quarri6343 authored and Dream-Master committed May 20, 2024
1 parent 8026516 commit 8aaa62a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public void renderInfusionMatrix(final TileVatMatrix tile, final double par2, fi
}
GL11.glDisable(3042);
GL11.glAlphaFunc(516, 0.1f);
GL11.glBlendFunc(770, 771);
GL11.glPopMatrix();
GL11.glPopMatrix();
if (vat != null && vat.mode == 2) {
Expand Down

0 comments on commit 8aaa62a

Please sign in to comment.