mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 16:54:31 +00:00
Reviewed missing check for JPG
This commit is contained in:
parent
6fa6757a8b
commit
d357b116fe
@ -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…
x
Reference in New Issue
Block a user