Fix small rendering bug when item is hovering over AdvancedSlot.

This commit is contained in:
tcooc 2012-11-29 17:19:48 -05:00
parent ad111637ac
commit 11fbbc0a85

View file

@ -166,6 +166,7 @@ public abstract class GuiAdvancedInterface extends GuiBuildCraft {
int i2 = (mouseX - cornerX);
int k2 = mouseY - cornerY;
drawCreativeTabHoveringText(s, i2, k2);
RenderHelper.enableGUIStandardItemLighting();
}
}
}