Remove unnecessary internal constructor arguments.

This commit is contained in:
Alex Szpakowski
2017-12-24 22:08:57 -04:00
parent a31b500b03
commit f7b2598490
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public:
/**
* Creates a particle system with the specified buffer size and texture.
**/
ParticleSystem(Graphics *gfx, Texture *texture, uint32 buffer);
ParticleSystem(Texture *texture, uint32 buffer);
ParticleSystem(const ParticleSystem &p);
/**