Changeset 4693 in orxonox.OLD for orxonox/trunk/src/lib/particles
- Timestamp:
- Jun 24, 2005, 4:35:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_emitter.cc
r4692 r4693 253 253 { 254 254 Vector inheritVelocity = this->getVelocity() * this->inheritSpeed; 255 for (int i = 0; i < count; i++)255 for (int i = 0; i < (int)count; i++) 256 256 { 257 257 Vector randDir = Vector(rand()-RAND_MAX/2, rand()-RAND_MAX/2, rand()-RAND_MAX/2);
Note: See TracChangeset
for help on using the changeset viewer.