We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353212d commit 2c3cb8fCopy full SHA for 2c3cb8f
src/main/java/gregtech/api/recipes/ui/RecipeMapUI.java
@@ -80,7 +80,6 @@ public class RecipeMapUI<R extends RecipeMap<?>> {
80
private Consumer<Widget<?>> extraOverlays = null;
81
private int width = GTGuis.DEFAULT_WIDTH;
82
private int height = GTGuis.DEFAULT_HIEGHT;
83
- private boolean isLeftGreater = false;
84
85
/**
86
* @param recipeMap the recipemap corresponding to this ui
0 commit comments