Render fix

This commit is contained in:
StevenRS11
2013-08-22 16:11:49 -04:00
parent 758f5e5062
commit 879f3a1eaf
2 changed files with 16 additions and 29 deletions

View File

@@ -55,7 +55,6 @@ public class TileEntityRift extends TileEntity
}
public void clearBlocksOnRift()
{
System.out.println(this.worldObj.getBlockId(xCoord, yCoord,zCoord));
for(double[] coord: this.renderingCenters.values())
{