fix JEI stuff going over GUIs

This commit is contained in:
Raoul Van den Berge
2016-01-31 16:13:04 +01:00
parent f55e8ac2e5
commit 1ed1596f74
12 changed files with 31 additions and 16 deletions

View File

@@ -138,7 +138,7 @@ public class GuiGrid extends GuiBase
bindTexture("gui/grid.png");
}
drawTexture(x, y, 0, 0, xSize, ySize);
drawTexture(x, y, 0, 0, width, height);
searchField.drawTextBox();
}