diff options
Diffstat (limited to '')
-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 0c86043..598fd91 100644 --- a/src/ft_draw_textures.c +++ b/src/ft_draw_textures.c @@ -15,10 +15,10 @@ #include <stdint.h> /* -** 0 : no -** 1 : so -** 2 : ea -** 3 : we +** 1 : no +** 0 : so +** 3 : ea +** 4 : we ** 4 : sprite */ |