New folder structure
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/12/01 08:48:55 by aortigos #+# #+# */
|
||||
/* Updated: 2025/12/11 19:57:55 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/12/15 10:27:21 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -64,9 +64,9 @@ int lst_ture(t_data *m, t_texture_list **l_ture)
|
||||
t_texture_list *tmp;
|
||||
|
||||
i = 0;
|
||||
while (m->ture2d[i])
|
||||
while (m->texture2d[i])
|
||||
{
|
||||
tmp = new_texture(m->ture2d[i++]);
|
||||
tmp = new_texture(m->texture2d[i++]);
|
||||
if (!tmp)
|
||||
return (0);
|
||||
lst_back_ture(l_ture, tmp);
|
||||
|
||||
Reference in New Issue
Block a user