Fixed bug where pattern create button wasn't visible when grid tabs were selected, fixes #1389
This commit is contained in:
@@ -444,6 +444,7 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
||||
ty = 2;
|
||||
}
|
||||
|
||||
bindTexture("gui/pattern_grid.png");
|
||||
drawTexture(x + 172, y + getTabDelta() + getHeader() + (getVisibleRows() * 18) + 22, 240, ty * 16, 16, 16);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user