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
@@ -53,7 +53,7 @@ float calculate_variation(float inner, float outer, float var)
love::Type ParticleSystem::type("ParticleSystem", &Drawable::type);
ParticleSystem::ParticleSystem(Graphics *gfx, Texture *texture, uint32 size)
ParticleSystem::ParticleSystem(Texture *texture, uint32 size)
: pMem(nullptr)
, pFree(nullptr)
, pHead(nullptr)