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:
parent
32b4febc57
commit
dfd8e19ed0
1 changed files with 2 additions and 2 deletions
4
extern/tinygltf/include/tiny_gltf.h
vendored
4
extern/tinygltf/include/tiny_gltf.h
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue