Skip to content

Commit a2d5476

Browse files
committed
Fix color colouring next box
1 parent 2dacdf6 commit a2d5476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/io/github/notenoughupdates/moulconfig/gui/editors/GuiOptionEditorColour.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void render(@NotNull GuiImmediateContext context) {
6666
context.getRenderContext().color(r / 255f, g / 255f, b / 255f, 1);
6767
context.getRenderContext().bindTexture(GuiTextures.BUTTON_WHITE);
6868
context.getRenderContext().drawTexturedRect(0f, 0f, context.getWidth(), context.getHeight());
69+
context.getRenderContext().color(1, 1, 1, 1);
6970
}
7071

7172
@Override

0 commit comments

Comments
 (0)