Skip to content

Commit 936e423

Browse files
committed
Fix accidental compile error
1 parent 95a539a commit 936e423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/github/opencubicchunks/cubicchunks/cubicgen/common/gui/CwgGuiFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public static GuiTextField makeIntTextField(int defaultValue) {
7878
}
7979
});
8080
field.setText(String.valueOf(defaultValue));
81-
field.setEnableBackgroundDrawing();
8281
return field;
8382
}
8483

0 commit comments

Comments
 (0)