mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add SpriteBatch:getImage (issue #321)
This commit is contained in:
@@ -90,6 +90,7 @@ namespace opengl
|
||||
void unlock();
|
||||
|
||||
void setImage(Image * newimage);
|
||||
Image *getImage();
|
||||
|
||||
/**
|
||||
* Set the current color for this SpriteBatch. The geometry added
|
||||
|
||||
Reference in New Issue
Block a user