faire la norme

This commit is contained in:
H3XploR
2025-02-17 23:52:47 +01:00
parent 960a2ad8ae
commit c6c13573cb
20 changed files with 539 additions and 440 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ static inline int range_is_ok(char **token_color)
t_vec3 parse_color(const char *token, t_scene scene)
{
char **token_color;
t_vec3 color;
t_vec3 color;
token_color = ft_split(token, ',');
if (!check_tokens(token_color, 3) || !range_is_ok(token_color))