mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 00:56:48 +02:00
changed variable name from t to effectsTimer
This commit is contained in:
parent
482c5f0f4a
commit
2901b58059
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ void Hand::updateRaveGloveEmitters() {
|
|||
fingerDirection = IDENTITY_UP;
|
||||
}
|
||||
|
||||
assert(_raveGloveEmitter[fingerIndex] >=0 );
|
||||
assert(_raveGloveEmitter[fingerIndex] < NUM_FINGERS );
|
||||
_raveGloveParticleSystem.setEmitterPosition (_raveGloveEmitter[fingerIndex], finger.getTipPosition());
|
||||
_raveGloveParticleSystem.setEmitterDirection(_raveGloveEmitter[fingerIndex], fingerDirection);
|
||||
fingerIndex ++;
|
||||
|
|
Loading…
Reference in a new issue