Skip to content

Commit

Permalink
Convert to new config define format
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffM2501 committed Dec 24, 2024
1 parent 5f86684 commit dc67268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtextures.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc67268

Please sign in to comment.