Norminette errors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user