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.cpp | |
parent | ba97a053286bdb17643448cc5034c71065bc4e86 (diff) |
*修复错误界面关闭bug
Diffstat (limited to 'src/libjin/Graphics/je_texture.cpp')
-rw-r--r-- | src/libjin/Graphics/je_texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/je_texture.cpp b/src/libjin/Graphics/je_texture.cpp index ff07748..8aa3f9a 100644 --- a/src/libjin/Graphics/je_texture.cpp +++ b/src/libjin/Graphics/je_texture.cpp @@ -30,7 +30,7 @@ namespace JinEngine } Texture::Texture(const Bitmap* bitmap) - : GraphicSingle(bitmap) + : Graphic(bitmap) { } |