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 bca23ce..8c4ecb9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,7 +22,7 @@ int
if (ft_init_winlx(clist) < 0)
return (ft_exit(3, clist));
mlx_key_hook(clist->wlist->winptr, ft_key_event, clist);
- ft_drawsquare(80, 80, clist->f_color, clist);
+ ft_drawmap(clist);
mlx_loop(clist->wlist->wlx);
return (0);
}