diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/elements/ClickBox.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/elements/ClickBox.kt index eaa2803..15e2e5b 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/elements/ClickBox.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/elements/ClickBox.kt @@ -94,11 +94,11 @@ class ClickBox( vertex(x + width + inclination, y + height, 0.0).colorEnd() tessellator.end() - colorShader() - begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR) - vertex(x + inclination, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) - vertex(x + width, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) - tessellator.end() + colorShader() + begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR) + vertex(x + inclination, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) + vertex(x + width, y + height, 0.0).colorEnd(Colors.WHITE_LINES.hexValue) + tessellator.end() } endDraw()