norme: Fixed little norm error

This commit is contained in:
Theo Champion 2025-08-12 13:45:26 +02:00
parent 9988b09e91
commit 2eb1d635d4

View file

@ -6,7 +6,7 @@
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/08/11 12:04:26 by tchampio #+# #+# */
/* Updated: 2025/08/11 12:30:06 by tchampio ### ########.fr */
/* Updated: 2025/08/12 13:44:52 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -28,7 +28,6 @@ void destroy_textures(t_cub3d_data *data)
if (data->we_texture)
mlx_destroy_image(data->mlx, data->we_texture->img);
free(data->we_texture);
}
void destroy_sprites(t_cub3d_data *data)