New folder structure

This commit is contained in:
2025-12-15 10:28:50 +01:00
parent 7dd0523007
commit 09f2b2ccb0
11 changed files with 35 additions and 35 deletions

View File

@@ -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);