aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_sprite.c
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-18 19:10:35 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-18 19:10:35 +0100
commit96c7c712f2cffeff9a4bae604715e0edfd6f758e (patch)
treed02bcbf702aa812e2c9125ef59c94b9372384b95 /src/ft_draw_sprite.c
parent? (diff)
download42-cub3d-96c7c712f2cffeff9a4bae604715e0edfd6f758e.tar.gz
42-cub3d-96c7c712f2cffeff9a4bae604715e0edfd6f758e.tar.bz2
42-cub3d-96c7c712f2cffeff9a4bae604715e0edfd6f758e.tar.xz
42-cub3d-96c7c712f2cffeff9a4bae604715e0edfd6f758e.tar.zst
42-cub3d-96c7c712f2cffeff9a4bae604715e0edfd6f758e.zip
cangelog, norme
Diffstat (limited to 'src/ft_draw_sprite.c')
-rw-r--r--src/ft_draw_sprite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_draw_sprite.c b/src/ft_draw_sprite.c
index a196d96..66d69e5 100644
--- a/src/ft_draw_sprite.c
+++ b/src/ft_draw_sprite.c
@@ -40,7 +40,7 @@ static void
void
ft_sort_sprites(t_cub *cl)
{
- float dist_tab[8][4096];
+ float dist_tab[8][4096];
uint16_t it;
uint16_t jt;