This commit is contained in:
Kbz-8
2024-10-21 19:45:33 +02:00
parent c7484b771f
commit 8f757cab08
22 changed files with 121 additions and 68 deletions

View File

@@ -69,7 +69,7 @@ void* create_image(mlx_t* mlx)
pixel[1] = j;
pixel[2] = k;
pixel[3] = 0x99;
mlx_set_image_pixel(mlx->mlx, img, j, k, *((int *)pixel));
mlx_set_image_pixel(mlx->mlx, img, j, k, *((int*)pixel));
}
}
return img;