From 0b405ad5901082b7fbec77893e1be025ef628e43 Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Fri, 6 Mar 2026 22:13:02 +0100 Subject: [PATCH] cough couughhcougghhhc ougghh --- Minecraft.Client/Rendering/Chunk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Rendering/Chunk.cpp b/Minecraft.Client/Rendering/Chunk.cpp index 79f9dae6f..50ed969e4 100644 --- a/Minecraft.Client/Rendering/Chunk.cpp +++ b/Minecraft.Client/Rendering/Chunk.cpp @@ -385,7 +385,7 @@ void Chunk::rebuild() MemSect(0); glPushMatrix(); glDepthMask(true); // 4J added - t->useCompactVertices(true); // 4J added + t->useCompactVertices(false); // 4J added translateToPos(); float ss = 1.000001f; // 4J - have removed this scale as I don't think we should need it, and have now optimised the vertex @@ -704,7 +704,7 @@ void Chunk::rebuild_SPU() MemSect(0); glPushMatrix(); glDepthMask(true); // 4J added - t->useCompactVertices(true); // 4J added + t->useCompactVertices(false); // 4J added translateToPos(); float ss = 1.000001f; // 4J - have removed this scale as I don't think we should need it, and have now optimised the vertex