diff --git a/src/main/java/io/github/cottonmc/cotton/gui/client/ScreenDrawing.java b/src/main/java/io/github/cottonmc/cotton/gui/client/ScreenDrawing.java index 26195bbb..18e0192c 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/client/ScreenDrawing.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/client/ScreenDrawing.java @@ -173,7 +173,6 @@ public static void texturedRect(DrawContext context, int x, int y, int width, in buffer.vertex(model, x + width, y + height, 0).texture(u2, v2).color(color); buffer.vertex(model, x + width, y, 0).texture(u2, v1).color(color); buffer.vertex(model, x, y, 0).texture(u1, v1).color(color); - context.draw(); } /**