Fixed love.graphics.draw(particlesystem, …) to actually use the transformation parameters.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-05-17 18:51:42 -03:00
parent ac697ddb0f
commit 955fb9b60c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;