diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 20:29:43 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 20:29:43 +0100 |
commit | 2f819c87685e6ad60bcde0df7944e92f4694f2d2 (patch) | |
tree | e47be112e5e0af8f447d1fc27f905b2da6ba71f7 /src/ft_draw_verline.c | |
parent | Merged (diff) | |
download | 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.gz 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.bz2 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.xz 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.zst 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.zip |
pepere :^) !
Diffstat (limited to '')
-rw-r--r-- | src/ft_draw_verline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_draw_verline.c b/src/ft_draw_verline.c index d7ebe34..8156473 100644 --- a/src/ft_draw_verline.c +++ b/src/ft_draw_verline.c @@ -57,6 +57,7 @@ int8_t } y = y1; ft_draw_ceil(cl, y, x); + ft_choose_tex(cl); while (y <= y2) { *(int*)(cl->img.ptr + (x * 4 + (y * cl->img.sizeline))) = 0x0000ffaa; |