Fix small rendering bug when item is hovering over AdvancedSlot.
This commit is contained in:
parent
ad111637ac
commit
11fbbc0a85
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ public abstract class GuiAdvancedInterface extends GuiBuildCraft {
|
|||
int i2 = (mouseX - cornerX);
|
||||
int k2 = mouseY - cornerY;
|
||||
drawCreativeTabHoveringText(s, i2, k2);
|
||||
RenderHelper.enableGUIStandardItemLighting();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue