Fixed Ghostly Renders.

This commit is contained in:
AlgorithmX2
2014-02-09 18:27:01 -06:00
parent a020e11849
commit 1d523bdbcb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ public class AppEngRenderItem extends RenderItem
GL11.glDisable( GL11.GL_LIGHTING );
GL11.glDisable( GL11.GL_DEPTH_TEST );
GL11.glDisable( GL11.GL_TEXTURE_2D );
GL11.glDisable( GL11.GL_BLEND );
Tessellator tessellator = Tessellator.instance;
int i1 = 255 - l << 16 | l << 8;
int j1 = (255 - l) / 4 << 16 | 16128;