diff --git a/src/main/java/me/cortex/voxy/client/core/gl/shader/PrintfInjector.java b/src/main/java/me/cortex/voxy/client/core/gl/shader/PrintfInjector.java index 223ce04e..ac9b0fa5 100644 --- a/src/main/java/me/cortex/voxy/client/core/gl/shader/PrintfInjector.java +++ b/src/main/java/me/cortex/voxy/client/core/gl/shader/PrintfInjector.java @@ -227,7 +227,6 @@ public class PrintfInjector implements IShaderProcessor { public void download() { DownloadStream.INSTANCE.download(this.textBuffer, this::processResult); - DownloadStream.INSTANCE.commit(); nglClearNamedBufferSubData(this.textBuffer.id, GL_R32UI, 0, 4, GL_RED_INTEGER, GL_UNSIGNED_INT, 0); }