From 97c388c80363a15a0ee49af6df6b2bbf4c5a4af1 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 10 Apr 2021 16:07:01 +0000 Subject: add stb_image header; update Texture include header --- src/graphics/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graphics') 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 #define STB_IMAGE_IMPLEMENTATION -#include "../stb_image.h" +#include "../include/stb_image.h" #include "Texture.hpp" -- cgit v1.2.3-18-g5258