Merge pull request #461 from tcooc/patch-9

Fix AdvancedSlot rendering
This commit is contained in:
SirSengir 2012-11-29 14:47:41 -08:00
commit 4b9e56deab

View file

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