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);
|
||||
|
||||
Image mipmapped = ImageCopy(image);
|
||||
#if defined(SUPPORT_IMAGE_MANIPULATION)
|
||||
#if SUPPORT_IMAGE_MANIPULATION
|
||||
ImageMipmaps(&mipmapped);
|
||||
ImageMipmaps(&faces);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user