norm: normed code (except sprites)

This commit is contained in:
Theo Champion 2025-08-06 14:47:29 +02:00
parent 258372bf09
commit 9a113374a6
6 changed files with 113 additions and 23 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/31 13:17:39 by kcolin #+# #+# */
/* Updated: 2025/08/06 12:08:33 by tchampio ### ########.fr */
/* Updated: 2025/08/06 14:15:08 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -34,7 +34,6 @@ t_cardinal_dir get_cardinal(t_ray *ray)
}
}
static int get_color(t_cub3d_data *data, t_ray *ray, int tex_y)
{
t_cardinal_dir dir;