Small fix for readability

This commit is contained in:
Robotic-Brain 2013-09-03 03:16:13 +02:00
parent 47ba107515
commit 7c7355e26d

View file

@ -81,7 +81,7 @@ public class TransmutationTargetOverlayHandler implements ITickHandler {
GL11.glPushMatrix();
ScaledResolution sr = new ScaledResolution(minecraft.gameSettings, minecraft.displayWidth, minecraft.displayHeight);
GL11.glClear(256);
GL11.glClear(GL11.GL_DEPTH_BUFFER_BIT);
GL11.glMatrixMode(GL11.GL_PROJECTION);
GL11.glLoadIdentity();
GL11.glOrtho(0.0D, sr.getScaledWidth_double(), sr.getScaledHeight_double(), 0.0D, 1000.0D, 3000.0D);