move sorting dir button up a bit

This commit is contained in:
Raoul Van den Berge
2016-01-28 18:35:09 +01:00
parent dded32c3b0
commit 0dfe1b80c1

View File

@@ -22,7 +22,7 @@ public class SideButtonGridSortingDirection extends SideButton
public void draw(GuiBase gui, int x, int y)
{
gui.bindTexture("icons.png");
gui.drawTexture(x, y + 2, GuiGrid.SORTING_DIRECTION * 16, 16, 16, 16);
gui.drawTexture(x, y + 2 - 1, GuiGrid.SORTING_DIRECTION * 16, 16, 16, 16);
}
@Override