Inscriber is fully functional, just needs textures.

This commit is contained in:
AlgorithmX2
2014-03-12 22:14:55 -05:00
parent 0ed0af3d34
commit a60d5a4cc7
8 changed files with 301 additions and 92 deletions
+1 -2
View File
@@ -114,9 +114,8 @@ public class RenderBlockCharger extends BaseBlockRender
if ( sis != null )
{
applyTESRRotation( x, y, z, tile.getForward(), tile.getUp() );
GL11.glPushMatrix();
applyTESRRotation( x, y, z, tile.getForward(), tile.getUp() );
try
{