From 2f819c87685e6ad60bcde0df7944e92f4694f2d2 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 15 Feb 2020 20:29:43 +0100 Subject: pepere :^) ! --- src/ft_draw_verline.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ft_draw_verline.c') 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; -- cgit v1.2.3