Norminette errors

This commit is contained in:
Angel Ortigosa Perez
2026-01-11 16:05:52 +01:00
parent 09f2b2ccb0
commit 7dcca2a786
6 changed files with 22 additions and 20 deletions

View File

@@ -6,13 +6,13 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/09 18:46:27 by aortigos #+# #+# */
/* Updated: 2025/12/11 19:57:55 by aortigos ### ########.fr */
/* Updated: 2026/01/11 16:02:05 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
#include "../../includes/cub3d.h"
void render_frame(void *mlx_ptr)
void render_frame(void *mlx_ptr)
{
t_mlx *mlx;
@@ -27,7 +27,7 @@ void render_frame(void *mlx_ptr)
int check_load_ture(t_texture_list *list)
{
t_texture_list *tmp;
mlx_texture_t *texture;
mlx_texture_t *texture;
tmp = list;
while (tmp)