From ab7608b7ee097a1671ebe3083e1fa5a625d89be5 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 24 Feb 2020 20:21:40 +0100 Subject: Commented ft_draw_sprite in ft_castray --- src/ft_raycasting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c index 9c0bbdc..7bfe82e 100644 --- a/src/ft_raycasting.c +++ b/src/ft_raycasting.c @@ -110,8 +110,8 @@ void ft_choose_tex(cl); ft_calc_tex(cl); ft_calc_sprite(cl); + /* ft_draw_sprite(cl , i); */ ft_draw_verline(cl, i, cl->rlist.wall_t, cl->rlist.wall_b); - ft_draw_sprite(cl , i); i++; } } -- cgit v1.2.3