|
6 | 6 | /* By: TheTerror <jfaye@student.42lyon.fr> +#+ +:+ +#+ */ |
7 | 7 | /* +#+#+#+#+#+ +#+ */ |
8 | 8 | /* Created: 2023年09月08日 15:36:07 by TheTerror #+# #+# */ |
9 | | -/* Updated: 2024年02月08日 16:57:19 by TheTerror ### ########lyon.fr */ |
| 9 | +/* Updated: 2024年02月08日 17:23:17 by lmohin ### ########.fr */ |
10 | 10 | /* */ |
11 | 11 | /* ************************************************************************** */ |
12 | 12 |
|
@@ -56,7 +56,6 @@ t_bool ft_ray_inter_cy_op(t_ray *ray, t_cy *cy, t_params *xp, int x) |
56 | 56 | { |
57 | 57 | t = ft_assessthesolution(xp->t1, xp->t2); |
58 | 58 | if (ft_assess_color(ray, t)) |
59 | | - if (ft_assess_color(ray, t)) |
60 | 59 | { |
61 | 60 | ray->obj.type = __CYLINDER; |
62 | 61 | ray->obj.index = x; |
|
0 commit comments