diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 17:43:14 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-08 17:43:14 +0100 |
commit | e11e26f5ab1653355b4a3bb265c485f977862037 (patch) | |
tree | 29d2be54f0ee2c4bd8850c0e1d892579e4022c31 /src/ft_draw_verline.c | |
parent | Removed sceret door bonus because it is no door (diff) | |
download | 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.gz 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.bz2 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.xz 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.tar.zst 42-cub3d-e11e26f5ab1653355b4a3bb265c485f977862037.zip |
Psychedelic
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))) */ |