mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Remove unnecessary internal constructor arguments.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user