LexManos

Untitled

Aug 15th, 2012
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         Profiler.endStartSection("tileentities");
  2.             RenderHelper.enableStandardItemLighting();
  3.  
  4.             for (var6 = 0; var6 < this.tileEntities.size(); ++var6)
  5.             {
  6.                 TileEntity te = (TileEntity)this.tileEntities.get(var6);
  7.                 if (!te.canRender)
  8.             continue;
  9.                 if (par2ICamera.isBoundingBoxInFrustum(te.getRenderBoundingBox())
  10.                     TileEntityRenderer.instance.renderTileEntity(te, par3);
  11.             }
  12.  
  13.             this.mc.entityRenderer.disableLightmap((double)par3);
  14.             Profiler.endSection();
Advertisement
Add Comment
Please, Sign In to add comment