mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
norme: Fixed little norm error
This commit is contained in:
parent
9988b09e91
commit
2eb1d635d4
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue