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/main.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 '')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ int ft_parse_map(argv[1], clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); + ft_wall_tex_init(clist); ft_draw_scene(clist); ft_hooks_and_loops(clist->wlist, clist); return (0); |