Missed one

This commit is contained in:
CovertJaguar 2013-04-14 02:22:44 -07:00
parent c87e2eaa87
commit 5ce65d4b47

View file

@ -382,6 +382,8 @@ public class RenderPipe extends TileEntitySpecialRenderer {
if (d != null) {
int stage = (int) ((float) liquid.amount / (float) (liq.getCapacity()) * (LIQUID_STAGES - 1));
bindTextureByName(liquid.canonical().getTextureSheet());
if (above) {
GL11.glCallList(d.centerVertical[stage]);
}