cough couughhcougghhhc ougghh

This commit is contained in:
JuiceyDev 2026-03-06 22:13:02 +01:00
parent 2f8ed831fc
commit 0b405ad590

View file

@ -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