Typo useSimpliedRendering

This commit is contained in:
thatsIch
2014-09-20 22:29:30 +02:00
parent 3df08b0366
commit 7117fe44b3
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ public class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicState
@SideOnly(Side.CLIENT)
public void renderStatic(int x, int y, int z, IPartRenderHelper rh, RenderBlocks renderer)
{
renderCache = rh.useSimpliedRendering( x, y, z, this, renderCache );
renderCache = rh.useSimplifiedRendering( x, y, z, this, renderCache );
rh.setTexture( getTypeTexture() );
rh.setBounds( 2, 2, 14, 14, 14, 16 );