Changeset 9500 in orxonox.OLD for branches/proxy/src/lib/particles
- Timestamp:
- Jul 27, 2006, 12:15:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/particles/particle_system.cc
r9497 r9500 238 238 PRINTF(4)("Color of %s::%s on timeslice %f is r:%f g:%f b:%f a:%f\n", 239 239 this->getClassCName(), this->getCName(), lifeCycleTime, red, green, blue, alpha); 240 241 this->colorAnim[0].debug(); 240 242 } 241 243 … … 466 468 this->maxCount, 467 469 ((this->maxCount!=0)?100*this->count/this->maxCount:0)); 468 if (this->deadList) 470 471 if (likely(this->deadList != NULL)) 469 472 { 470 473 PRINT(0)(" - ParticleDeadList is used: ");
Note: See TracChangeset
for help on using the changeset viewer.