From 684f71790401727cc45f4dad1822ddae46305072 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Feb 2019 09:07:37 +0800 Subject: +widgets --- Source/Asura.Engine/Graphics/Texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Asura.Engine/Graphics/Texture.h') 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 mesh和render target中被使用 + /// 2D纹理抽象类,在2d mesh和render target中被使用 /// - class Texture : public Object + class Texture : virtual public Object { }; -- cgit v1.1-26-g67d0