Typo durring

This commit is contained in:
thatsIch 2014-09-21 00:43:31 +02:00
parent ae1f6a351d
commit 4254b83cd6

View file

@ -55,7 +55,7 @@ public class TESRWrapper extends TileEntitySpecialRenderer
blkRender.renderTile( (AEBaseBlock) b, (AEBaseTile) te, tess, x, y, z, f, rbinstance );
if ( Platform.isDrawing( tess ) )
throw new RuntimeException( "Error durring rendering." );
throw new RuntimeException( "Error during rendering." );
GL11.glPopAttrib();
GL11.glPopMatrix();