diff --git a/src/main/java/li/cil/oc/api/manual/ImageRenderer.java b/src/main/java/li/cil/oc/api/manual/ImageRenderer.java index 19aa4fb15..2dcad21f7 100644 --- a/src/main/java/li/cil/oc/api/manual/ImageRenderer.java +++ b/src/main/java/li/cil/oc/api/manual/ImageRenderer.java @@ -15,7 +15,7 @@ public interface ImageRenderer { * The width of the area this renderer uses. *
* This is used to offset the OpenGL state properly before calling - * {@link #render()}, to correctly align the image horizontally. + * {@link #render(int, int)}, to correctly align the image horizontally. * * @return the width of the rendered image. */ @@ -25,7 +25,7 @@ public interface ImageRenderer { * The height of the area this renderer uses. * * This is used to offset the OpenGL state properly before calling - * {@link #render()}, as well as to know where to resume rendering + * {@link #render(int, int)}, as well as to know where to resume rendering * other content below the image. * * @return the height of the rendered image. diff --git a/src/main/resources/assets/opencomputers/textures/blocks/White.png b/src/main/resources/assets/opencomputers/textures/blocks/White.png index b9d310c91..a48258bff 100644 Binary files a/src/main/resources/assets/opencomputers/textures/blocks/White.png and b/src/main/resources/assets/opencomputers/textures/blocks/White.png differ