mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Consolidated some duplicate code in SpriteBatch:add.
This commit is contained in:
@@ -41,6 +41,11 @@ public:
|
||||
**/
|
||||
Matrix();
|
||||
|
||||
/**
|
||||
* Creates a new matrix set to a transformation.
|
||||
**/
|
||||
Matrix(float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky);
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user