mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fixed love.graphics.draw(particlesystem, …) to actually use the transformation parameters.
--HG-- branch : minor
This commit is contained in:
@@ -612,7 +612,7 @@ protected:
|
||||
int quadIndex;
|
||||
};
|
||||
|
||||
bool prepareDraw(Graphics *gfx, const Matrix4 &m);
|
||||
bool prepareDraw(Graphics *gfx);
|
||||
|
||||
// Pointer to the beginning of the allocated memory.
|
||||
Particle *pMem;
|
||||
|
||||
Reference in New Issue
Block a user