From 241897dbd9044dd64df97e13b3c0f6eaf04f7b09 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:18:06 +1000 Subject: [PATCH] woops --- .../cortex/voxy/client/core/model/ModelTextureBakery.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/java/me/cortex/voxy/client/core/model/ModelTextureBakery.java b/src/main/java/me/cortex/voxy/client/core/model/ModelTextureBakery.java index 6193c80e..f00bc925 100644 --- a/src/main/java/me/cortex/voxy/client/core/model/ModelTextureBakery.java +++ b/src/main/java/me/cortex/voxy/client/core/model/ModelTextureBakery.java @@ -330,14 +330,6 @@ public class ModelTextureBakery { glUniform1ui(4, streamOffset/4); glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); - glDispatchCompute(1,1,1); } private static void renderQuads(BufferBuilder builder, BlockState state, BakedModel model, MatrixStack stack, long randomValue) {