turned off setShowingEmitter

This commit is contained in:
Jeffrey Ventrella 2013-07-17 13:51:00 -07:00
parent 5a0fcb7f6c
commit 202fb95102
2 changed files with 1 additions and 2 deletions

View file

@ -73,7 +73,7 @@ using namespace std;
static char STAR_FILE[] = "https://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
static char STAR_CACHE_FILE[] = "cachedStars.txt";
static const bool TESTING_PARTICLE_SYSTEM = false;
static const bool TESTING_PARTICLE_SYSTEM = true;
static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored

View file

@ -178,7 +178,6 @@ void Hand::updateFingerParticles(float deltaTime) {
if (!_particleSystemInitialized) {
for ( int f = 0; f< NUM_FINGERS_PER_HAND; f ++ ) {
_fingerParticleEmitter[f] = _particleSystem.addEmitter();
//_particleSystem.setShowingEmitter(_fingerParticleEmitter[f], true);
}
_particleSystemInitialized = true;
} else {