diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/Texture.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Texture.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/Asura.Engine/Graphics/Texture.h b/Source/Asura.Engine/Graphics/Texture.h index b50467a..db5c72e 100644 --- a/Source/Asura.Engine/Graphics/Texture.h +++ b/Source/Asura.Engine/Graphics/Texture.h @@ -6,18 +6,18 @@ namespace AsuraEngine { - namespace Graphics - { + namespace Graphics + { - /// - /// 2Dࣩ2d meshrender targetбʹ - /// - class Texture : public Object - { + /// + /// 2Dࣩ2d meshrender targetбʹ + /// + class Texture : public Object + { - }; + }; - } + } } #endif
\ No newline at end of file |