Convert to new config define format
This commit is contained in:
parent
5f86684368
commit
dc67268dfa
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user