diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:24:52 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:24:52 +0100 |
commit | 1042dbf51a17cd055e764df669a91007261d638a (patch) | |
tree | 2ffdd38a0588899fc69d71fe8fd16cb2db880967 /src/ft_draw_textures.c | |
parent | Removed print_list (diff) | |
download | 42-cub3d-1042dbf51a17cd055e764df669a91007261d638a.tar.gz 42-cub3d-1042dbf51a17cd055e764df669a91007261d638a.tar.bz2 42-cub3d-1042dbf51a17cd055e764df669a91007261d638a.tar.xz 42-cub3d-1042dbf51a17cd055e764df669a91007261d638a.tar.zst 42-cub3d-1042dbf51a17cd055e764df669a91007261d638a.zip |
tweak
Diffstat (limited to 'src/ft_draw_textures.c')
-rw-r--r-- | src/ft_draw_textures.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c index 25a6863..c718fd2 100644 --- a/src/ft_draw_textures.c +++ b/src/ft_draw_textures.c @@ -16,10 +16,10 @@ #include <stdio.h> /* -** 0 : no -** 1 : so -** 2 : ea -** 3 : we +** 1 : no +** 0 : so +** 3 : ea +** 4 : we ** 4 : sprite */ |