From fe33cb60b2355745237b49ecc969b86d2ea9101b Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 17 Feb 2020 17:21:29 +0100 Subject: Collision bav --- src/ft_raycasting.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ft_raycasting.c') diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c index 98f1c81..e1d3223 100644 --- a/src/ft_raycasting.c +++ b/src/ft_raycasting.c @@ -12,7 +12,6 @@ #include #include -#include void ft_calc_tex(t_cub *clist) @@ -71,7 +70,6 @@ void cl->rlist.wall_b = wl->y_size - 1; ft_choose_tex(cl); ft_calc_tex(cl); - printf("%f\n", cl->rlist.wall_hit_x); ft_draw_verline(cl, i, cl->rlist.wall_t - 1, cl->rlist.wall_b); i++; } -- cgit v1.2.3