aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_draw_textures.c')
-rw-r--r--src/ft_draw_textures.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c
index 7893ffe..e19d014 100644
--- a/src/ft_draw_textures.c
+++ b/src/ft_draw_textures.c
@@ -40,8 +40,7 @@ void ft_draw_texture(t_cub *cl, int x, int y, int tex_y)
cl->tlist[cl->w_side].img_h * tex_y + 1] / calc;
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->tlist[cl->w_side].img_h * tex_y + 2] / calc;
cl->img.ptr[x * 4 + cl->wlist.x_size * y + 3] = (char)0;
}