separation des bonus

This commit is contained in:
hugogogo
2021-07-27 15:27:29 +02:00
parent 76a031d55e
commit 38ae8a9480
11 changed files with 181 additions and 67 deletions

View File

@@ -18,7 +18,6 @@ void draw_image(t_fdf *fdf)
draw_grid(fdf, i, j);
}
mlx_put_image_to_window(fdf->mlx_ptr, fdf->win_ptr, fdf->img_ptr, 0, 0);
position_state(fdf);
}
void draw_grid(t_fdf *fdf, int i, int j)