summaryrefslogtreecommitdiffhomepage
path: root/src/textures.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-05-03 14:16:53 +0200
committerRay <[email protected]>2017-05-03 14:16:53 +0200
commit2d5c8e61b1d34b9b482b807f5bef555f532533fd (patch)
treea4890493162e8139b31d827eaa8c49983462ca3e /src/textures.c
parent73774aadd63bba93908ee57f1e711c9bf2c70b53 (diff)
downloadraylib-2d5c8e61b1d34b9b482b807f5bef555f532533fd.tar.gz
raylib-2d5c8e61b1d34b9b482b807f5bef555f532533fd.zip
Some code tweaks
Diffstat (limited to 'src/textures.c')
-rw-r--r--src/textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c
index 2b61c241..d944bd64 100644
--- a/src/textures.c
+++ b/src/textures.c
@@ -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