mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 00:43:42 +00:00
cough couughhcougghhhc ougghh
This commit is contained in:
parent
2f8ed831fc
commit
0b405ad590
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue