aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-26 13:24:41 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-26 13:24:41 +0100
commitfe2d41368dce9f3594aee2491a36841a88a6a28d (patch)
tree091f0f57fb159b08567a52d406eaf7f1c9f94ff6 /src
parentSolved segfault, fuck stack (diff)
download42-cub3d-fe2d41368dce9f3594aee2491a36841a88a6a28d.tar.gz
42-cub3d-fe2d41368dce9f3594aee2491a36841a88a6a28d.tar.bz2
42-cub3d-fe2d41368dce9f3594aee2491a36841a88a6a28d.tar.xz
42-cub3d-fe2d41368dce9f3594aee2491a36841a88a6a28d.tar.zst
42-cub3d-fe2d41368dce9f3594aee2491a36841a88a6a28d.zip
wqe
Diffstat (limited to 'src')
-rw-r--r--src/ft_draw_sprite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_draw_sprite.c b/src/ft_draw_sprite.c
index 7f4e913..0c5a8b2 100644
--- a/src/ft_draw_sprite.c
+++ b/src/ft_draw_sprite.c
@@ -51,7 +51,6 @@ void
(cl->plist.pos_x - cl->sprites[jt][it].s_pos_x) +
(cl->plist.pos_y - cl->sprites[jt][it].s_pos_y) *
(cl->plist.pos_y - cl->sprites[jt][it].s_pos_y));
- cl->mlist.sprite_order[jt][it] = it;
}
it = -1;
}