1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Fix stb include

This commit is contained in:
Joshua Goins 2024-04-24 16:58:07 -04:00
parent 32b4febc57
commit dfd8e19ed0

View file

@ -1710,13 +1710,13 @@ class TinyGLTF {
#ifndef TINYGLTF_NO_STB_IMAGE #ifndef TINYGLTF_NO_STB_IMAGE
#ifndef TINYGLTF_NO_INCLUDE_STB_IMAGE #ifndef TINYGLTF_NO_INCLUDE_STB_IMAGE
#include <stb/stb_image.h> #include <stb_image.h>
#endif #endif
#endif #endif
#ifndef TINYGLTF_NO_STB_IMAGE_WRITE #ifndef TINYGLTF_NO_STB_IMAGE_WRITE
#ifndef TINYGLTF_NO_INCLUDE_STB_IMAGE_WRITE #ifndef TINYGLTF_NO_INCLUDE_STB_IMAGE_WRITE
#include <stb/stb_image_write.h> #include <stb_image_write.h>
#endif #endif
#endif #endif