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) {