From 3f457498b9c39d40a16a0ec6328880854f8cf4de Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Feb 2019 08:48:54 +0800 Subject: *misc --- Source/Asura.Engine/Graphics/SpriteBatch.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Source/Asura.Engine/Graphics/SpriteBatch.h') diff --git a/Source/Asura.Engine/Graphics/SpriteBatch.h b/Source/Asura.Engine/Graphics/SpriteBatch.h index 17d5e75..a571775 100644 --- a/Source/Asura.Engine/Graphics/SpriteBatch.h +++ b/Source/Asura.Engine/Graphics/SpriteBatch.h @@ -1,6 +1,8 @@ #ifndef __ASURA_ENGINE_SPRITE_BATCH_H__ #define __ASURA_ENGINE_SPRITE_BATCH_H__ +#include "Object.h" + namespace AsuraEngine { namespace Graphics @@ -9,8 +11,11 @@ namespace AsuraEngine /// /// Sprite batch用在批量渲染单个图片的地方,比如粒子系统。 /// - class SpriteBatch + class SpriteBatch : virtual public Object { + public: + + SpriteBatch(); }; -- cgit v1.1-26-g67d0