diff options
author | Joursoir <chat@joursoir.net> | 2021-04-10 16:07:01 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-04-10 16:07:01 +0000 |
commit | 97c388c80363a15a0ee49af6df6b2bbf4c5a4af1 (patch) | |
tree | a43241125054c3054d81302a08f373b2df9c272f /src/graphics | |
parent | 4628b0437ce7fd0608ee09e469fe2e60fcf05537 (diff) | |
download | space-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.cpp | 2 |
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" |