aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_sprite.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-31 21:49:18 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-31 21:49:18 +0200
commit2f7026b4a1721016dbba55e6ec4d5e3b0723952d (patch)
tree3e73ddbac98d34044e2edd75d2e6309090dfee57 /src/ft_draw_sprite.c
parentAlright alright (diff)
download42-cub3d-2f7026b4a1721016dbba55e6ec4d5e3b0723952d.tar.gz
42-cub3d-2f7026b4a1721016dbba55e6ec4d5e3b0723952d.tar.bz2
42-cub3d-2f7026b4a1721016dbba55e6ec4d5e3b0723952d.tar.xz
42-cub3d-2f7026b4a1721016dbba55e6ec4d5e3b0723952d.tar.zst
42-cub3d-2f7026b4a1721016dbba55e6ec4d5e3b0723952d.zip
GOTY
Diffstat (limited to '')
-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 df7e11c..6afac08 100644
--- a/src/ft_draw_sprite.c
+++ b/src/ft_draw_sprite.c
@@ -86,7 +86,6 @@ void
int32_t d;
sprite->x = sprite->drawstartx;
- ft_printf("%d\n", sprite->current_sprite);
while (sprite->x < sprite->drawendx)
{
sprite->tex_x = (int32_t)((sprite->x - (-sprite->spritewidth / 2 +