Added SpriteBatch:getColor

This commit is contained in:
Alex Szpakowski
2013-06-14 05:29:05 -03:00
parent 0f6980f82a
commit be33d17f89
4 changed files with 31 additions and 1 deletions
@@ -86,6 +86,12 @@ public:
*/
void setColor();
/**
* Get the current color for this SpriteBatch. Returns NULL if no color is
* set.
**/
const Color *getColor() const;
/**
* Get the number of sprites currently in this SpriteBatch.
**/