aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphics
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-04-10 16:07:01 +0000
committerJoursoir <chat@joursoir.net>2021-04-10 16:07:01 +0000
commit97c388c80363a15a0ee49af6df6b2bbf4c5a4af1 (patch)
treea43241125054c3054d81302a08f373b2df9c272f /src/graphics
parent4628b0437ce7fd0608ee09e469fe2e60fcf05537 (diff)
downloadspace-simulator-97c388c80363a15a0ee49af6df6b2bbf4c5a4af1.tar.gz
space-simulator-97c388c80363a15a0ee49af6df6b2bbf4c5a4af1.tar.bz2
space-simulator-97c388c80363a15a0ee49af6df6b2bbf4c5a4af1.zip
add stb_image header; update Texture include header
Diffstat (limited to 'src/graphics')
-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"