From f889c9c20fc09f26eb8a70674c1d60181835c38a Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 25 Oct 2018 00:50:35 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Font/je_ttf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libjin/Graphics/Font/je_ttf.cpp') diff --git a/src/libjin/Graphics/Font/je_ttf.cpp b/src/libjin/Graphics/Font/je_ttf.cpp index 72e5da9..52547c9 100644 --- a/src/libjin/Graphics/Font/je_ttf.cpp +++ b/src/libjin/Graphics/Font/je_ttf.cpp @@ -13,7 +13,7 @@ #include "je_page.h" #define STB_TRUETYPE_IMPLEMENTATION -#include "../../3rdparty/stb/stb_truetype.h" +#include "stb/stb_truetype.h" namespace JinEngine { @@ -144,7 +144,7 @@ namespace JinEngine // TTF ///////////////////////////////////////////////////////////////////////////// - #include "../shader/je_font.shader.h" + #include "../shader/shaders/je_font.shader.h" using namespace std; using namespace JinEngine::Math; -- cgit v1.1-26-g67d0