enable depth when drawing items in the preview

This commit is contained in:
way2muchnoise
2016-10-18 21:32:59 +02:00
parent 8d29dc389a
commit 1c94e3f9b5

View File

@@ -125,6 +125,7 @@ public class GuiCraftingPreview extends GuiBase {
int slot = scrollbar.getOffset() * 2;
RenderHelper.enableGUIStandardItemLighting();
GlStateManager.enableDepth();
ItemStack hoveringStack = null;
FluidStack hoveringFluid = null;