aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMuramasa <haydenkilloh@gmail.com>2016-08-13 10:12:40 +0100
committerTechnus <daniel112092@gmail.com>2016-09-22 19:26:30 +0200
commit99a17ad3ef0f3b73fca8ce1b3844768429365ef2 (patch)
treeb2c6368cf86ef1b634b426daa6abe82b2e07b0b6 /src
parent4378d8c6732357c7f175c0990fbf7c461761bc9a (diff)
downloadGT5-Unofficial-99a17ad3ef0f3b73fca8ce1b3844768429365ef2.tar.gz
GT5-Unofficial-99a17ad3ef0f3b73fca8ce1b3844768429365ef2.tar.bz2
GT5-Unofficial-99a17ad3ef0f3b73fca8ce1b3844768429365ef2.zip
Small fix
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java b/src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java
index 8ec51e56b9..9fcf3bc21b 100644
--- a/src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java
+++ b/src/main/java/gregtech/api/metatileentity/BaseMetaPipeEntity.java
@@ -704,7 +704,7 @@ public class BaseMetaPipeEntity extends BaseTileEntity implements IGregTechTileE
}
@Override
- public ITexture[] getTexture(byte aSide) {
+ public ITexture[] getTexture(Block block, byte aSide) {
ITexture rIcon = getCoverTexture(aSide);
if (rIcon != null) return new ITexture[]{rIcon};
return getTextureUncovered(aSide);