parsing/free.c mv to parsing/clean.c and function my_mlx_put_pixel changed to cub3d_put_pixel
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/12/09 18:44:12 by aortigos #+# #+# */
|
||||
/* Updated: 2025/12/09 18:44:40 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/12/11 20:02:51 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -29,7 +29,7 @@ int reverse_bytes(int c)
|
||||
return (b);
|
||||
}
|
||||
|
||||
void my_mlx_pixel_put(t_mlx *mlx, int x, int y, int color)
|
||||
void cub3d_put_pixel(t_mlx *mlx, int x, int y, int color)
|
||||
{
|
||||
if (x < 0)
|
||||
return ;
|
||||
|
||||
Reference in New Issue
Block a user