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