diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 17:45:53 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 17:45:53 +0100 |
commit | ded508c2018294c3bcb79b82dcf6874e12569b97 (patch) | |
tree | 10d2a086cdcacf35a8560eae6ac046302ace66d1 /src/ft_draw_textures.c | |
parent | Minimap back (diff) | |
download | 42-cub3d-ded508c2018294c3bcb79b82dcf6874e12569b97.tar.gz 42-cub3d-ded508c2018294c3bcb79b82dcf6874e12569b97.tar.bz2 42-cub3d-ded508c2018294c3bcb79b82dcf6874e12569b97.tar.xz 42-cub3d-ded508c2018294c3bcb79b82dcf6874e12569b97.tar.zst 42-cub3d-ded508c2018294c3bcb79b82dcf6874e12569b97.zip |
Removed bloat
Diffstat (limited to 'src/ft_draw_textures.c')
-rw-r--r-- | src/ft_draw_textures.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c index 5fc3bdd..dcd36e7 100644 --- a/src/ft_draw_textures.c +++ b/src/ft_draw_textures.c @@ -41,7 +41,6 @@ void ft_draw_texture(t_cub *cl, int x, int y, int tex_y) cl->img.ptr[x * 4 + (cl->img.sizeline * y) + 2] = (uint8_t)cl->tlist[cl->w_side].ptr[cl->tlist[cl->w_side].tex_x * 4 + 4 * cl->tlist[cl->w_side].img_h * tex_y + 2] / calc; - cl->img.ptr[x * 4 + cl->wlist.x_size * y + 3] = (char)0; } void ft_choose_tex(t_cub *clist) |