Convert to new config define format

This commit is contained in:
Jeffery Myers 2024-12-24 10:39:47 -08:00
parent 5f86684368
commit dc67268dfa

View File

@ -4204,7 +4204,7 @@ TextureCubemap LoadTextureCubemap(Image image, int layout)
ImageFormat(&faces, image.format); ImageFormat(&faces, image.format);
Image mipmapped = ImageCopy(image); Image mipmapped = ImageCopy(image);
#if defined(SUPPORT_IMAGE_MANIPULATION) #if SUPPORT_IMAGE_MANIPULATION
ImageMipmaps(&mipmapped); ImageMipmaps(&mipmapped);
ImageMipmaps(&faces); ImageMipmaps(&faces);
#endif #endif