fix for gl push errors in keybind config frame
This commit is contained in:
parent
af64ab2d37
commit
9c7e135ff2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public abstract class MuseRenderer {
|
|||
public static void on2D() {
|
||||
GL11.glPushAttrib(GL11.GL_ENABLE_BIT);
|
||||
|
||||
// GL11.glDisable(GL11.GL_DEPTH_TEST);
|
||||
GL11.glDisable(GL11.GL_DEPTH_TEST);
|
||||
GL11.glDisable(GL11.GL_CULL_FACE);
|
||||
GL11.glDisable(GL11.GL_LIGHTING);
|
||||
|
||||
|
|
Loading…
Reference in a new issue