More warning fixes and cleanup.
This commit is contained in:
@@ -46,7 +46,7 @@ public class GuiOptionalFluidSlot extends GuiFluidSlot
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawBackground( int guileft, int guitop )
|
||||
public void drawBackground( int guileft, int guitop, int currentZIndex )
|
||||
{
|
||||
RenderSystem.enableBlend();
|
||||
if( this.isSlotEnabled() )
|
||||
@@ -58,6 +58,6 @@ public class GuiOptionalFluidSlot extends GuiFluidSlot
|
||||
RenderSystem.color4f( 1.0F, 1.0F, 1.0F, 0.4F );
|
||||
}
|
||||
GuiUtils.drawTexturedModalRect( guileft + this.xPos() - 1, guitop + this.yPos() - 1, this.srcX - 1, this.srcY - 1, this.getWidth() + 2,
|
||||
this.getHeight() + 2, 0 /* FIXME ZINDEX */ );
|
||||
this.getHeight() + 2, currentZIndex );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user