Typo durring
This commit is contained in:
parent
ae1f6a351d
commit
4254b83cd6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue