This commit is contained in:
H3XploR
2025-02-17 22:09:31 +01:00
parent 557de2b0a7
commit e36cfb5fde
27 changed files with 912 additions and 953 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/13 21:23:32 by yantoine #+# #+# */
/* Updated: 2025/02/13 21:26:52 by yantoine ### ########.fr */
/* Updated: 2025/02/17 21:39:27 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -16,6 +16,6 @@ t_scene create_scene(void)
{
t_scene scene;
scene = ft_bzero(sizeof(t_scene));
ft_bzero(&scene, sizeof(t_scene));
return (scene);
}