diff options
Diffstat (limited to 'src/ft_draw_verline.c')
-rw-r--r-- | src/ft_draw_verline.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_draw_verline.c b/src/ft_draw_verline.c index 9abb73f..dd7697a 100644 --- a/src/ft_draw_verline.c +++ b/src/ft_draw_verline.c @@ -28,7 +28,6 @@ static void cl->img.ptr[x * 4 + cl->wlist.x_size * y + 3] = (int8_t)0; } -#include <stdio.h> static void ft_draw_floor(t_cub *cl, int32_t y, int32_t x) { @@ -57,7 +56,6 @@ static void ? (cl->tlist[6].tex_x) : (-cl->tlist[6].tex_x); cl->tlist[6].tex_y = (cl->tlist[6].tex_y > 0) ? (cl->tlist[6].tex_y) : (-cl->tlist[6].tex_y); - /* printf("tex_x %d | tex_y %d\n", cl->tlist[6].tex_x, cl->tlist[6].tex_y); */ ft_draw_floor_tex(cl, y, x, cl->tlist[6].tex_y); /* *(int*)(cl->img.ptr + */ /* (x * 4 + (y * cl->img.sizeline))) */ |