aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-17 20:41:51 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-17 20:41:51 +0100
commit87351b03a3abf46d9b7338cc8f290ae9b6fc5f08 (patch)
tree08cd4f7730100e72d2fd4aaf504e01d1ee268da1
parentsome things (diff)
download42-cub3d-87351b03a3abf46d9b7338cc8f290ae9b6fc5f08.tar.gz
42-cub3d-87351b03a3abf46d9b7338cc8f290ae9b6fc5f08.tar.bz2
42-cub3d-87351b03a3abf46d9b7338cc8f290ae9b6fc5f08.tar.xz
42-cub3d-87351b03a3abf46d9b7338cc8f290ae9b6fc5f08.tar.zst
42-cub3d-87351b03a3abf46d9b7338cc8f290ae9b6fc5f08.zip
on est la
Diffstat (limited to '')
-rw-r--r--src/ft_raycasting.c2
1 files changed, 1 insertions, 1 deletions
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);
}