Some code tweaks

This commit is contained in:
Ray
2017-05-03 14:16:53 +02:00
parent 73774aadd6
commit 2d5c8e61b1
2 changed files with 9 additions and 13 deletions

View File

@@ -98,7 +98,7 @@
defined(SUPPORT_FILEFORMAT_JPG) || defined(SUPPORT_FILEFORMAT_PSD) || defined(SUPPORT_FILEFORMAT_GIF) || \
defined(SUPPORT_FILEFORMAT_HDR))
#define STB_IMAGE_IMPLEMENTATION
#include "external/stb_image.h" // Required for: stbi_load()
#include "external/stb_image.h" // Required for: stbi_load_from_file()
// NOTE: Used to read image data (multiple formats support)
#endif