aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphics/Texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/Texture.cpp')
-rw-r--r--src/graphics/Texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Texture.cpp b/src/graphics/Texture.cpp
index 561133e..a7b2a9d 100644
--- a/src/graphics/Texture.cpp
+++ b/src/graphics/Texture.cpp
@@ -1,7 +1,7 @@
#include <GL/glew.h>
#define STB_IMAGE_IMPLEMENTATION
-#include "../stb_image.h"
+#include "../include/stb_image.h"
#include "Texture.hpp"