Typo FlipableIcon

This commit is contained in:
thatsIch
2014-09-20 23:22:45 +02:00
parent 697d96fa54
commit 13e1bc772d
8 changed files with 192 additions and 192 deletions
+6 -6
View File
@@ -2,6 +2,7 @@ package appeng.parts.networking;
import java.util.EnumSet;
import appeng.client.texture.FlippableIcon;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.client.renderer.Tessellator;
import net.minecraft.item.ItemStack;
@@ -26,7 +27,6 @@ import appeng.api.util.AECableType;
import appeng.api.util.AEColor;
import appeng.block.AEBaseBlock;
import appeng.client.texture.CableBusTextures;
import appeng.client.texture.FlipableIcon;
import appeng.client.texture.OffsetIcon;
import appeng.client.texture.TaughtIcon;
import appeng.util.Platform;
@@ -402,7 +402,7 @@ public class PartDenseCable extends PartCable
renderer.uvRotateNorth = 0;
AEBaseBlock blk = (AEBaseBlock) rh.getBlock();
FlipableIcon ico = blk.getRendererInstance().getTexture( ForgeDirection.EAST );
FlippableIcon ico = blk.getRendererInstance().getTexture( ForgeDirection.EAST );
ico.setFlip( false, true );
renderer.setRenderBounds( 0, 3 / 16.0, 3 / 16.0, 16 / 16.0, 13 / 16.0, 13 / 16.0 );
@@ -410,11 +410,11 @@ public class PartDenseCable extends PartCable
Tessellator.instance.setBrightness( 15 << 20 | 15 << 4 );
FlipableIcon fpA = new FlipableIcon( defa );
FlipableIcon fpB = new FlipableIcon( defb );
FlippableIcon fpA = new FlippableIcon( defa );
FlippableIcon fpB = new FlippableIcon( defb );
fpA = new FlipableIcon( defa );
fpB = new FlipableIcon( defb );
fpA = new FlippableIcon( defa );
fpB = new FlippableIcon( defb );
fpA.setFlip( true, false );
fpB.setFlip( true, false );