Browse Source

Convert to new config define format

pull/4554/head
Jeffery Myers 3 weeks ago
parent
commit
dc67268dfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c View File

@ -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…
Cancel
Save