diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-18 16:18:09 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-18 16:18:09 +0100 |
commit | a25845a1e0c96111f42e96c9c87d33f0c42180bc (patch) | |
tree | 557039e0285cc74f88506d666bee21308a8d3921 /src/ft_draw_scene.c | |
parent | Merge branch 'textures_continued' (diff) | |
download | 42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.gz 42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.bz2 42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.xz 42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.zst 42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.zip |
hmmmmmmmmmmm
Diffstat (limited to 'src/ft_draw_scene.c')
-rw-r--r-- | src/ft_draw_scene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_draw_scene.c b/src/ft_draw_scene.c index ec2cc89..60198e9 100644 --- a/src/ft_draw_scene.c +++ b/src/ft_draw_scene.c @@ -18,7 +18,7 @@ void ft_draw_scene(t_cub *clist) { - mlx_clear_window(clist->wlist->wlx, clist->wlist->winptr); + /*mlx_clear_window(clist->wlist->wlx, clist->wlist->winptr);*/ clist->img.img = mlx_new_image(clist->wlist->wlx, clist->wlist->x_size, clist->wlist->y_size); clist->img.ptr = mlx_get_data_addr(clist->img.img, &clist->img.bpp, |