Searched refs:firstUpdate (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DParticleEmitter.java66 private boolean firstUpdate; field in class:ParticleEmitter
191 if (firstUpdate) {
192 firstUpdate = false;
297 if (firstUpdate) {
298 firstUpdate = false;
325 firstUpdate = true;

Completed in 176 milliseconds