aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}