aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_draw_textures.c
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:54:55 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 16:54:55 +0100
commitd4f37d1afee5b22213b0841ed20cb2f74e027d1b (patch)
tree12c8bd60455f61a6db7429c323124cd63668e85b /src/ft_draw_textures.c
parentSolved HEAD conflicts (diff)
download42-cub3d-d4f37d1afee5b22213b0841ed20cb2f74e027d1b.tar.gz
42-cub3d-d4f37d1afee5b22213b0841ed20cb2f74e027d1b.tar.bz2
42-cub3d-d4f37d1afee5b22213b0841ed20cb2f74e027d1b.tar.xz
42-cub3d-d4f37d1afee5b22213b0841ed20cb2f74e027d1b.tar.zst
42-cub3d-d4f37d1afee5b22213b0841ed20cb2f74e027d1b.zip
Norme
Diffstat (limited to '')
-rw-r--r--src/ft_draw_textures.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c
index bb5a6e4..5d02036 100644
--- a/src/ft_draw_textures.c
+++ b/src/ft_draw_textures.c
@@ -14,12 +14,12 @@
#include <stdint.h>
/*
- * 0 : no
- * 1 : so
- * 2 : ea
- * 3 : we
- * 4 : sprite
- **/
+** 0 : no
+** 1 : so
+** 2 : ea
+** 3 : we
+** 4 : sprite
+*/
void ft_choose_tex(t_cub *clist)
{