diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-18 16:16:53 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-18 16:16:53 +0100 |
commit | 38099c824be637878b7da34cbcd2da8ed7ad0a9a (patch) | |
tree | e38a2fe4cedee7135f00700246d8a66b41228cc3 /src/ft_raycasting.c | |
parent | Merge branch 'textures_continued' (diff) | |
download | 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.gz 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.bz2 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.xz 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.zst 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.zip |
Ready to merge circles
Diffstat (limited to '')
-rw-r--r-- | src/ft_raycasting.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c index ff73893..9a89dc4 100644 --- a/src/ft_raycasting.c +++ b/src/ft_raycasting.c @@ -71,7 +71,6 @@ void i = 0; wl = cl->wlist; - ft_wall_tex_init(cl); while (i < wl->x_size) { ft_initray(cl, i); |