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 -1
View File
@@ -65,7 +65,7 @@ public class BusRenderer implements IItemRenderer
GL11.glPushAttrib( GL11.GL_ALL_ATTRIB_BITS );
GL11.glEnable( GL11.GL_ALPHA_TEST );
GL11.glEnable( GL11.GL_DEPTH_TEST );
GL11.glEnable( GL11.GL_BLEND );
GL11.glDisable( GL11.GL_BLEND );
if ( type == ItemRenderType.ENTITY )
GL11.glTranslatef( -0.5f, -0.5f, -0.5f );