diff options
Diffstat (limited to 'Source/Asura.Engine/Graphics/Texture.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Texture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Graphics/Texture.h b/Source/Asura.Engine/Graphics/Texture.h index db5c72e..06461ce 100644 --- a/Source/Asura.Engine/Graphics/Texture.h +++ b/Source/Asura.Engine/Graphics/Texture.h @@ -10,9 +10,9 @@ namespace AsuraEngine { /// - /// 2Dࣩ2d meshrender targetбʹ + /// 2D࣬2d meshrender targetбʹ /// - class Texture : public Object + class Texture : virtual public Object { }; |