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 96919a3..3585626 100644
--- a/src/main.c
+++ b/src/main.c
@@ -41,7 +41,7 @@ int
}
else if (argc == 3 && !ft_strncmp("--save", argv[2], 7))
{
- ft_save_to_bmp();
+ ft_draw_scene_bmp(clist);
return (ft_exit(FT_RET_FINE, clist));
}
else