diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 20:02:06 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 20:02:06 +0100 |
commit | 720474ac68b25db6c9385b5714d181bf2866bde5 (patch) | |
tree | a6040cd09882e11166ad86c7598913a35aca47af /src/ft_draw_map.c | |
parent | Cool circle (diff) | |
download | 42-cub3d-720474ac68b25db6c9385b5714d181bf2866bde5.tar.gz 42-cub3d-720474ac68b25db6c9385b5714d181bf2866bde5.tar.bz2 42-cub3d-720474ac68b25db6c9385b5714d181bf2866bde5.tar.xz 42-cub3d-720474ac68b25db6c9385b5714d181bf2866bde5.tar.zst 42-cub3d-720474ac68b25db6c9385b5714d181bf2866bde5.zip |
Norme
Diffstat (limited to 'src/ft_draw_map.c')
-rw-r--r-- | src/ft_draw_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_draw_map.c b/src/ft_draw_map.c index 7da2e58..39299c1 100644 --- a/src/ft_draw_map.c +++ b/src/ft_draw_map.c @@ -29,7 +29,7 @@ static void const uint16_t scale = clist->mlist->scale; ft_draw_circle( - (scale / 2 ) + (x * (scale)), + (scale / 2) + (x * (scale)), ft_y_offset(clist) - (scale) + (y * (scale)), 0x009843fa, clist); |