aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Font/je_texture_font.cpp
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.cpp
parentba97a053286bdb17643448cc5034c71065bc4e86 (diff)
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.cpp')
-rw-r--r--src/libjin/Graphics/Font/je_texture_font.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/je_texture_font.cpp b/src/libjin/Graphics/Font/je_texture_font.cpp
index 15d0ace..dcebdb2 100644
--- a/src/libjin/Graphics/Font/je_texture_font.cpp
+++ b/src/libjin/Graphics/Font/je_texture_font.cpp
@@ -246,7 +246,7 @@ namespace JinEngine
}
TextureFont::TextureFont(const Bitmap* bitmap, const Content& codepoints, int cellw, int cellh)
- : GraphicSingle(bitmap)
+ : Graphic(bitmap)
, Font(cellh)
{
TextureGlyph glyph;
@@ -267,7 +267,7 @@ namespace JinEngine
}
TextureFont::TextureFont(const Bitmap* bitmap, const Content& codepoints, Color mask, int cellh)
- : GraphicSingle(bitmap)
+ : Graphic(bitmap)
, Font(cellh)
{
TextureGlyph glyph;