diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-04-28 14:17:32 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-04-28 14:17:32 +0800 |
| commit | f15e712815ca653c6b4fe384e04e671d0adf0179 (patch) | |
| tree | 68261925ee89b6e5f118eebf2eccfe86bcd5c5ba /default-plugin/src | |
| parent | 1089b9e7f55711c6ae293a06bea919ff055c917a (diff) | |
| download | RoughlyEnoughItems-f15e712815ca653c6b4fe384e04e671d0adf0179.tar.gz RoughlyEnoughItems-f15e712815ca653c6b4fe384e04e671d0adf0179.tar.bz2 RoughlyEnoughItems-f15e712815ca653c6b4fe384e04e671d0adf0179.zip | |
Update to 22w17a
Diffstat (limited to 'default-plugin/src')
| -rw-r--r-- | default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/DefaultInformationCategory.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/DefaultInformationCategory.java b/default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/DefaultInformationCategory.java index e016bebe1..50adee384 100644 --- a/default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/DefaultInformationCategory.java +++ b/default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/DefaultInformationCategory.java @@ -66,8 +66,7 @@ public class DefaultInformationCategory implements DisplayCategory<DefaultInform bufferBuilder.vertex(matrix4f, xEnd, yEnd, z).uv(uEnd, vEnd).endVertex(); bufferBuilder.vertex(matrix4f, xEnd, yStart, z).uv(uEnd, vStart).endVertex(); bufferBuilder.vertex(matrix4f, xStart, yStart, z).uv(uStart, vStart).endVertex(); - bufferBuilder.end(); - BufferUploader.drawWithShader(bufferBuilder); + BufferUploader.drawWithShader(bufferBuilder.end()); } @Override |
