From 1223b56652c3cb7c60dbd0274e175289343f8240 Mon Sep 17 00:00:00 2001 From: onezplpl Date: Mon, 15 Jul 2024 10:36:58 -0400 Subject: [PATCH] u stupid --- cubes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubes.c b/cubes.c index 06509c2..5f28c94 100644 --- a/cubes.c +++ b/cubes.c @@ -213,7 +213,7 @@ int gen_cubes(Vertex *cube, Vertex *text, Vertex *cubeO, Vertex *textO, int x, if (cached) { thread_return[a2] = i2[a2 / a3]; 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_id[a2] = -1; } else {