diff options
author | chai <chaifix@163.com> | 2018-10-26 18:40:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-26 18:40:32 +0800 |
commit | b04c097db4bf8c45342bca403ca2c8a6d5783a84 (patch) | |
tree | e9c6a8c67998d359ede587bc2ce0edf257c8ceae /src/libjin/Graphics/je_texture.h | |
parent | ba97a053286bdb17643448cc5034c71065bc4e86 (diff) |
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/je_texture.h')
-rw-r--r-- | src/libjin/Graphics/je_texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/je_texture.h b/src/libjin/Graphics/je_texture.h index dff3f40..e47ad58 100644 --- a/src/libjin/Graphics/je_texture.h +++ b/src/libjin/Graphics/je_texture.h @@ -6,7 +6,7 @@ #include "GLee/GLee.h" #include "je_color.h" -#include "je_graphic_single.h" +#include "je_graphic.h" #include "je_bitmap.h" namespace JinEngine @@ -17,7 +17,7 @@ namespace JinEngine /// /// /// - class Texture: public GraphicSingle + class Texture: public Graphic { public: /// |