From dce7b78db8a7071217b1439c4b7f6a341ce37cf1 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 17 Oct 2018 07:50:46 +0800 Subject: =?UTF-8?q?*=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Drawable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Drawable.cpp') diff --git a/src/libjin/Graphics/Drawable.cpp b/src/libjin/Graphics/Drawable.cpp index b9a0b36..aa17f1a 100644 --- a/src/libjin/Graphics/Drawable.cpp +++ b/src/libjin/Graphics/Drawable.cpp @@ -1,7 +1,7 @@ #include "../jin_configuration.h" #if LIBJIN_MODULES_RENDER -#include "Shader.h" +#include "./Shader/Shader.h" #include "drawable.h" #include "../math/matrix.h" #include @@ -112,7 +112,7 @@ namespace jin gl.bindTexture(0); } - } // render -} // jin + } // namespace graphics +} // namespace jin #endif // LIBJIN_MODULES_RENDER \ No newline at end of file -- cgit v1.1-26-g67d0