mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
This commit is contained in:
@@ -573,6 +573,11 @@ bool ParticleSystem::isActive() const
|
||||
return active;
|
||||
}
|
||||
|
||||
bool ParticleSystem::isPaused() const
|
||||
{
|
||||
return !active && life < lifetime;
|
||||
}
|
||||
|
||||
bool ParticleSystem::isEmpty() const
|
||||
{
|
||||
return pStart == pLast;
|
||||
|
||||
Reference in New Issue
Block a user