Fixed #3134
This commit is contained in:
parent
e807c53fee
commit
9d63ba910b
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ public class PipeTransportFluidsRenderer extends PipeTransportRenderer<PipeTrans
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(pipe.container == null) return;
|
||||||
|
|
||||||
GL11.glPushMatrix();
|
GL11.glPushMatrix();
|
||||||
GL11.glPushAttrib(GL11.GL_ENABLE_BIT);
|
GL11.glPushAttrib(GL11.GL_ENABLE_BIT);
|
||||||
GL11.glEnable(GL11.GL_CULL_FACE);
|
GL11.glEnable(GL11.GL_CULL_FACE);
|
||||||
|
|
Loading…
Reference in a new issue