diff options
Diffstat (limited to 'gfx/models/texture.cpp')
-rw-r--r-- | gfx/models/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/models/texture.cpp b/gfx/models/texture.cpp index 342f890..898f495 100644 --- a/gfx/models/texture.cpp +++ b/gfx/models/texture.cpp @@ -1,8 +1,8 @@ #include "texture.h"
-#include "stb_image.h"
#include <cache.h>
#include <gfx/image.h>
#include <resource.h>
+#include <stb/stb_image.h>
Cache<Texture> Texture::cachedTexture;
|