diff options
Diffstat (limited to 'src/particleemitter.h')
-rw-r--r-- | src/particleemitter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particleemitter.h b/src/particleemitter.h index c1365163..54341018 100644 --- a/src/particleemitter.h +++ b/src/particleemitter.h @@ -119,8 +119,8 @@ class ParticleEmitter Map *mMap; /**< Map the particles are spawned on */ MinMax<int> mOutput; /**< Number of particles spawned per update */ - MinMax<int> mOutputSkip; /**< Pause in frames between two spawns */ - int mOutputSkipPause; + MinMax<int> mOutputPause; /**< Pause in frames between two spawns */ + int mOutputPauseLeft; /* * Graphical representation of the particle |