Add files via upload

This commit is contained in:
Raphaël 2024-04-02 09:31:55 +00:00 committed by GitHub
parent f07115aa09
commit 89b5e3aaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 10 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/21 22:51:53 by rparodi #+# #+# */
/* Updated: 2024/03/10 18:24:45 by rparodi ### ########.fr */
/* Updated: 2024/03/31 16:41:24 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,6 +39,7 @@ void map_size(t_mlx *mlx)
prev_i = 0;
while (mlx->map[j] != NULL)
{
i = 0;
while (mlx->map[j][i] != '\0' )
i++;
if (mlx->map[j][i - 1] == '\n')