update norme

This commit is contained in:
H3XploR
2025-02-18 20:46:32 +01:00
parent 1fd8b192c0
commit 1ecd5c5658
12 changed files with 83 additions and 62 deletions
+1 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/18 17:02:32 by yantoine #+# #+# */
/* Updated: 2025/02/18 17:02:42 by yantoine ### ########.fr */
/* Updated: 2025/02/18 20:31:27 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -59,4 +59,3 @@ void print_cylinder(t_cylinder cyl)
print_vec3(cyl.color);
printf("\n");
}