Skip to content

Commit 3cc19aa

Browse files
committed
fix button deadzones
1 parent 6659dda commit 3cc19aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/blockrenderer6343/integration/nei/GUI_MultiblockHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public abstract class GUI_MultiblockHandler<T> {
7676
protected static final int ICON_SIZE_X = 20;
7777
protected static final int ICON_SIZE_Y = 12;
7878
protected static final int MOUSE_OFFSET_X = 5;
79-
protected static final int MOUSE_OFFSET_Y = 43;
79+
protected static final int MOUSE_OFFSET_Y = 37;
8080
protected static final int BUTTON_LEFT = -5;
8181
protected static final int UNDER_PREVIEW_Y = 153;
8282
protected static final int BUTTON_RIGHT = 145;

0 commit comments

Comments
 (0)