From e68759a4101567a27e306eae0a907baa759ae80c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 Nov 2017 22:30:20 +0000 Subject: Designing simple preview game --- yage/core/spritebatch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'yage/core/spritebatch.h') diff --git a/yage/core/spritebatch.h b/yage/core/spritebatch.h index 953055f6..2c525ba7 100644 --- a/yage/core/spritebatch.h +++ b/yage/core/spritebatch.h @@ -92,6 +92,7 @@ public: void init(); void begin(); void end(); + // adds a sprite to the sprite batch to be rendered later void draw(const yage::Vector4f &destination_rect, const yage::Vector4f &uv_rect, GLuint texture, const Color &color, -- cgit