aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Font/je_texture_font.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-26 18:40:32 +0800
committerchai <chaifix@163.com>2018-10-26 18:40:32 +0800
commitb04c097db4bf8c45342bca403ca2c8a6d5783a84 (patch)
treee9c6a8c67998d359ede587bc2ce0edf257c8ceae /src/libjin/Graphics/Font/je_texture_font.h
parentba97a053286bdb17643448cc5034c71065bc4e86 (diff)
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.h')
-rw-r--r--src/libjin/Graphics/Font/je_texture_font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/je_texture_font.h b/src/libjin/Graphics/Font/je_texture_font.h
index 5b08747..d61991a 100644
--- a/src/libjin/Graphics/Font/je_texture_font.h
+++ b/src/libjin/Graphics/Font/je_texture_font.h
@@ -6,7 +6,7 @@
#include "../../math/je_vector4.hpp"
-#include "../je_graphic_single.h"
+#include "../je_graphic.h"
#include "../je_bitmap.h"
#include "je_page.h"
@@ -21,7 +21,7 @@ namespace JinEngine
///
///
///
- class TextureFont : public Font , public GraphicSingle
+ class TextureFont : public Font , public Graphic
{
public: