Browse Source

Reviewed missing check for JPG

pull/1244/head
raysan5 4 years ago
parent
commit
d357b116fe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/textures.c

+ 1
- 0
src/textures.c View File

@ -202,6 +202,7 @@ Image LoadImage(const char *fileName)
#if defined(SUPPORT_FILEFORMAT_PNG) || \
defined(SUPPORT_FILEFORMAT_BMP) || \
defined(SUPPORT_FILEFORMAT_TGA) || \
defined(SUPPORT_FILEFORMAT_JPG) || \
defined(SUPPORT_FILEFORMAT_GIF) || \
defined(SUPPORT_FILEFORMAT_PIC) || \
defined(SUPPORT_FILEFORMAT_HDR) || \

Loading…
Cancel
Save