u stupid
This commit is contained in:
parent
4b381bee74
commit
1223b56652
1 changed files with 1 additions and 1 deletions
2
cubes.c
2
cubes.c
|
@ -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 * 1.02)) {
|
} else if (pos.pos[0] < 0 || pos.pos[1] < 0 || pos.pos[2] < 0 || pos.pos[1] < (y * 0.93)) {
|
||||||
thread_return[a2] = -1;
|
thread_return[a2] = -1;
|
||||||
thread_id[a2] = -1;
|
thread_id[a2] = -1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue