This commit is contained in:
onezplpl 2024-07-15 10:35:37 -04:00
parent 04a03877a2
commit 7ccd944bcc
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3

View file

@ -213,7 +213,7 @@ int gen_cubes(Vertex *cube, Vertex *text, Vertex *cubeO, Vertex *textO, int x,
if (cached) { if (cached) {
thread_return[a2] = i2[a2 / a3]; thread_return[a2] = i2[a2 / a3];
thread_id[a2] = -1; thread_id[a2] = -1;
} else if (pos.pos[0] < 0 || pos.pos[1] < 0 || pos.pos[2] < 0 || pos.pos[1] < (y * 0.95)) { } else if (pos.pos[0] < 0 || pos.pos[1] < 0 || pos.pos[2] < 0 || pos.pos[1] < (y * 0.98)) {
thread_return[a2] = -1; thread_return[a2] = -1;
thread_id[a2] = -1; thread_id[a2] = -1;
} else { } else {