diff --git a/src/utils/destroy_utils.c b/src/utils/destroy_utils.c index 1fb12f9..f9fa637 100644 --- a/src/utils/destroy_utils.c +++ b/src/utils/destroy_utils.c @@ -6,7 +6,7 @@ /* By: tchampio +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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)