diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:49:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:49:10 +0100 |
commit | 46538b419624d27d590d981d070b387291e1abc8 (patch) | |
tree | 234b58813339bd10a97f06dd96cf0984d384a0b3 /src/ft_tex_init.c | |
parent | Debug flags is native (diff) | |
download | 42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.gz 42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.bz2 42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.xz 42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.zst 42-cub3d-46538b419624d27d590d981d070b387291e1abc8.zip |
No leak
Diffstat (limited to 'src/ft_tex_init.c')
-rw-r--r-- | src/ft_tex_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_tex_init.c b/src/ft_tex_init.c index 0e5cb69..6e12a56 100644 --- a/src/ft_tex_init.c +++ b/src/ft_tex_init.c @@ -58,4 +58,5 @@ void &cl->tlist[4].bpp, &cl->tlist[4].sizeline, &cl->tlist[4].endian); if (cl->mlist->isnlvl) ft_get_nlvl_img(cl); + cl->walltexgood = 1; } |