diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:27:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-28 15:27:29 +0100 |
commit | d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d (patch) | |
tree | cbfc2bf380740d3a99756ed53f94f1bf94529ad7 | |
parent | Removed skybox related bloat (diff) | |
download | 42-cub3d-d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d.tar.gz 42-cub3d-d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d.tar.bz2 42-cub3d-d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d.tar.xz 42-cub3d-d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d.tar.zst 42-cub3d-d6d0339672e13b6f8d4b377a3989f4b8f57f5c0d.zip |
ok
Diffstat (limited to '')
-rw-r--r-- | src/ft_floor_cast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_floor_cast.c b/src/ft_floor_cast.c index 08f84c5..13a0b54 100644 --- a/src/ft_floor_cast.c +++ b/src/ft_floor_cast.c @@ -53,7 +53,7 @@ void { ft_draw_extra_tex(6, y, x, cl); } - else + else if (!cl->mlist.isftex) ft_draw_plain_horizontal(cl->f_rgb, cl, y, x); if (cl->mlist.isctex) { |