diff options
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 86865fa..da7ece2 100644 --- a/src/ft_draw_map.c +++ b/src/ft_draw_map.c @@ -5,7 +5,7 @@ static void ft_draw_player(t_player *plist, t_cub *clist) { const float x = plist->pos_x; - const float y = plist->pos_y - 1; + const float y = plist->pos_y; const uint16_t scale = clist->mlist->scale; ft_draw_square( |