diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:23:23 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:23:23 +0100 |
commit | 192354cdc3e763f806febe3d5c6948107f09df0d (patch) | |
tree | e3e0289aeab9a3d43633f3ed91e525b5f7ed9347 /src/main.c | |
parent | New function, trying to close properly (diff) | |
download | 42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.gz 42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.bz2 42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.xz 42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.tar.zst 42-cub3d-192354cdc3e763f806febe3d5c6948107f09df0d.zip |
Can't find the perfect event
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ int ft_parse_map(argv[1], clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); - mlx_hook(clist->wlist->winptr, 2, 1L << 1, ft_key_event, clist); + mlx_hook(clist->wlist->winptr, 02, 1L << 1, ft_key_event, clist); mlx_hook(clist->wlist->winptr, 17, 1L << 3, ft_click_close, clist); ft_drawmap(clist); mlx_loop(clist->wlist->wlx); |