From 87351b03a3abf46d9b7338cc8f290ae9b6fc5f08 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Mon, 17 Feb 2020 20:41:51 +0100 Subject: on est la --- src/ft_raycasting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c index 6423b9d..e2530a1 100644 --- a/src/ft_raycasting.c +++ b/src/ft_raycasting.c @@ -36,7 +36,7 @@ void { clist->rlist.tex_x = clist->tlist[clist->w_side].img_w - clist->rlist.tex_x - 1; } - printf("tex_x : %d\nwall_hit_x : %f\ntex_x : %d\nimg_w : %d\n", + printf("wall_hit_x : %f\ntex_x : %d\nimg_w : %d\n", clist->rlist.wall_hit_x, clist->rlist.tex_x, clist->tlist[clist->w_side].img_w); } -- cgit v1.2.3