From 870fcdae66edc680cac55defb149e1434e865f37 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 14 Dec 2018 14:55:42 +0800 Subject: =?UTF-8?q?*=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/graphics/je_texture.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/libjin/graphics/je_texture.h') diff --git a/src/libjin/graphics/je_texture.h b/src/libjin/graphics/je_texture.h index 94e7a01..6e14111 100644 --- a/src/libjin/graphics/je_texture.h +++ b/src/libjin/graphics/je_texture.h @@ -11,20 +11,20 @@ namespace JinEngine { - namespace Graphics - { + namespace Graphics + { /// /// /// - class Texture : public Graphic - { - public: + class Texture : public Graphic + { + public: /* /// /// /// - static Texture* createTexture(const char* path); + static Texture* createTexture(const char* path); /// /// @@ -55,11 +55,11 @@ namespace JinEngine /// /// /// - ~Texture(); + ~Texture(); - }; + }; - } // namespace Graphics + } // namespace Graphics } // namespace JinEngine #endif // jin_graphics -- cgit v1.1-26-g67d0