aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b1437cc..08e7440 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);