Skip to content

Commit

Permalink
add missing BlendFunc (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarri6343 authored May 6, 2024
1 parent 8026516 commit ec59afb
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 ec59afb

Please sign in to comment.