From d8d7963b9b658799b806d516bbd6b44c4baa28f8 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 24 Oct 2018 22:08:46 +0800 Subject: =?UTF-8?q?+=E7=B2=92=E5=AD=90=E7=B3=BB=E7=BB=9F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Font/je_texture_font.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Font/je_texture_font.h') diff --git a/src/libjin/Graphics/Font/je_texture_font.h b/src/libjin/Graphics/Font/je_texture_font.h index 0cafff1..5b08747 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.h" +#include "../je_graphic_single.h" #include "../je_bitmap.h" #include "je_page.h" @@ -21,8 +21,7 @@ namespace JinEngine /// /// /// - class TextureFont : public Font - , public Graphic + class TextureFont : public Font , public GraphicSingle { public: -- cgit v1.1-26-g67d0