diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-26 13:32:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-26 13:32:29 +0100 |
commit | 68c97dfbf8da75a180a2996ee8c6a0861638220b (patch) | |
tree | 1aa210d0ebaf0aba03a740992620cd98040f0b26 | |
parent | tabs (diff) | |
download | 42-cub3d-68c97dfbf8da75a180a2996ee8c6a0861638220b.tar.gz 42-cub3d-68c97dfbf8da75a180a2996ee8c6a0861638220b.tar.bz2 42-cub3d-68c97dfbf8da75a180a2996ee8c6a0861638220b.tar.xz 42-cub3d-68c97dfbf8da75a180a2996ee8c6a0861638220b.tar.zst 42-cub3d-68c97dfbf8da75a180a2996ee8c6a0861638220b.zip |
tab
-rw-r--r-- | src/ft_get_sprite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_sprite.c b/src/ft_get_sprite.c index 9e84e93..64a8284 100644 --- a/src/ft_get_sprite.c +++ b/src/ft_get_sprite.c @@ -47,7 +47,7 @@ static int8_t i++; } if (i + 2 > clist->mlist.topsp) - clist->mlist.topsp = i + 2; + clist->mlist.topsp = i + 2; return (0); } |