Commit 455f2c9cf03b1155d54b58425bce950367e03bb6
1 parent
c03d2dca
consistency for ALPHA_TEST mode switch methods
Showing
1 changed file
with
2 additions
and
2 deletions
java/client/com/mumfrey/liteloader/client/util/GL.java
... | ... | @@ -811,12 +811,12 @@ public class GL |
811 | 811 | GlStateManager.popAttrib(); |
812 | 812 | } |
813 | 813 | |
814 | - public static void glDisableAlpha() | |
814 | + public static void glDisableAlphaTest() | |
815 | 815 | { |
816 | 816 | GlStateManager.disableAlpha(); |
817 | 817 | } |
818 | 818 | |
819 | - public static void glEnableAlpha() | |
819 | + public static void glEnableAlphaTest() | |
820 | 820 | { |
821 | 821 | GlStateManager.enableAlpha(); |
822 | 822 | } | ... | ... |