Changeset 8471 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
- Timestamp:
- Jun 15, 2006, 3:18:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r8457 r8471 67 67 } 68 68 69 if(rainActivate) 69 if(rainActivate) { 70 70 this->activate(); 71 RainEffect::rainParticles->precache((int)this->rainLife); 72 } 71 73 } 72 74 … … 153 155 this->emitter->setSpread(this->rainWindForce / 50, 0.2); 154 156 155 RainEffect::rainParticles->precache((int)this->rainLife);156 157 157 this->soundSource.loop(this->rainBuffer, this->soundRainVolume); 158 158 if (this->rainWindForce != 0)
Note: See TracChangeset
for help on using the changeset viewer.